Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static void AddConvertTypeCreation(
Type typeToConvert,
Func<string, Object> conversion
)
public static void AddConvertTypeCreation(
Type typeToConvert,
Func<string, Object> conversion
)
Public Shared Sub AddConvertTypeCreation (
typeToConvert As Type,
conversion As Func(Of String, Object)
)
Public Shared Sub AddConvertTypeCreation (
typeToConvert As Type,
conversion As Func(Of String, Object)
)
public:
static void AddConvertTypeCreation(
Type^ typeToConvert,
Func<String^, Object^>^ conversion
)
public:
static void AddConvertTypeCreation(
Type^ typeToConvert,
Func<String^, Object^>^ conversion
)
static member AddConvertTypeCreation :
typeToConvert : Type *
conversion : Func<string, Object> -> unit
static member AddConvertTypeCreation :
typeToConvert : Type *
conversion : Func<string, Object> -> unit