Class Extension
Helper methods for creating extension objects from specific type
public static class Extension
- Inheritance
-
objectExtension
Methods
CreateFromType(Type)
Creates a generic extension from the given type
public static IGenericExtension CreateFromType(Type type)
Parameters
type
Type
Returns
CreatePropertyFromType(Type)
Creates a generic property from the given type
public static IGenericProperty CreatePropertyFromType(Type type)
Parameters
type
Type