ModelAttributes.TypeAttributes 属性

定义

获取 上的 Type特性集。 如果此实例表示属性,则 TypeAttributes 包含从 PropertyType检索到的属性。 如果此实例表示参数,则 包含从 ParameterType检索到的属性。

public:
 property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ TypeAttributes { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<object> TypeAttributes { get; }
public System.Collections.Generic.IReadOnlyList<object>? TypeAttributes { get; }
member this.TypeAttributes : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property TypeAttributes As IReadOnlyList(Of Object)

属性值

适用于