CollectionTypeConfiguration.ClrType Property
Gets the CLR type associated with this collection type.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public ReadOnly Property ClrType As Type
Get
'Usage
Dim instance As CollectionTypeConfiguration
Dim value As Type
value = instance.ClrType
public Type ClrType { get; }
public:
virtual property Type^ ClrType {
Type^ get () sealed;
}
abstract ClrType : Type
override ClrType : Type
final function get ClrType () : Type
Property Value
Type: System.Type
Returns Type.