IMethodSymbol.RefCustomModifiers 属性

定义

与 ref 修饰符关联的自定义修饰符,如果没有,则为空数组。

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CustomModifier ^> RefCustomModifiers { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CustomModifier ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CustomModifier> RefCustomModifiers { get; }
member this.RefCustomModifiers : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CustomModifier>
Public ReadOnly Property RefCustomModifiers As ImmutableArray(Of CustomModifier)

属性值

适用于