SyntaxFacts.GetOperatorKind(String) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
 static Microsoft::CodeAnalysis::CSharp::SyntaxKind GetOperatorKind(System::String ^ operatorMetadataName);public static Microsoft.CodeAnalysis.CSharp.SyntaxKind GetOperatorKind(string operatorMetadataName);static member GetOperatorKind : string -> Microsoft.CodeAnalysis.CSharp.SyntaxKindPublic Function GetOperatorKind (operatorMetadataName As String) As SyntaxKindParameters
- operatorMetadataName
- String