ParseOptions.CommonWithKind(SourceCodeKind) メソッド

定義

public:
 abstract Microsoft::CodeAnalysis::ParseOptions ^ CommonWithKind(Microsoft::CodeAnalysis::SourceCodeKind kind);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public abstract Microsoft.CodeAnalysis.ParseOptions CommonWithKind (Microsoft.CodeAnalysis.SourceCodeKind kind);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
abstract member CommonWithKind : Microsoft.CodeAnalysis.SourceCodeKind -> Microsoft.CodeAnalysis.ParseOptions
Public MustOverride Function CommonWithKind (kind As SourceCodeKind) As ParseOptions

パラメーター

戻り値

属性

適用対象