Interface
MetaDataHelper

Definition

Namespace:Telerik.OpenAccess.Reflect

Assembly:Telerik.OpenAccess.Runtime.dll

Syntax:

cs-api-definition
public interface MetaDataHelper

Methods

IsDotNetCollection(Type)

Declaration

cs-api-definition
bool IsDotNetCollection(Type t)

Parameters

t

Type

Returns

bool

IsDotNetDictionary(Type)

Declaration

cs-api-definition
bool IsDotNetDictionary(Type t)

Parameters

t

Type

Returns

bool

IsDotNetOrderedCollection(Type)

Declaration

cs-api-definition
bool IsDotNetOrderedCollection(Type t)

Parameters

t

Type

Returns

bool

IsGenericListCollectionDictionaryAssignableFrom(Type)

Declaration

cs-api-definition
bool IsGenericListCollectionDictionaryAssignableFrom(Type t)

Parameters

t

Type

Returns

bool