Interface MetaDataHelper
Namespace: Telerik.OpenAccess.Reflect
Assembly: Telerik.OpenAccess.Runtime.dll
Syntax
public interface MetaDataHelper
Methods
IsDotNetCollection(Type)
Declaration
bool IsDotNetCollection(Type t)
Parameters
|
System.Type
t
|
Returns
|
System.Boolean
|
IsDotNetDictionary(Type)
Declaration
bool IsDotNetDictionary(Type t)
Parameters
|
System.Type
t
|
Returns
|
System.Boolean
|
IsDotNetOrderedCollection(Type)
Declaration
bool IsDotNetOrderedCollection(Type t)
Parameters
|
System.Type
t
|
Returns
|
System.Boolean
|
IsGenericListCollectionDictionaryAssignableFrom(Type)
Declaration
bool IsGenericListCollectionDictionaryAssignableFrom(Type t)
Parameters
|
System.Type
t
|
Returns
|
System.Boolean
|