| SchemaComparerGetType Method |
Namespace:
Dynamicweb.DataIntegration.Integration
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax public static Type GetType(
string typeName,
IEnumerable<Type> typesToSearch
)
Public Shared Function GetType (
typeName As String,
typesToSearch As IEnumerable(Of Type)
) As Type
Parameters
- typeName
- Type: SystemString
- typesToSearch
- Type: System.Collections.GenericIEnumerableType
Return Value
Type:
TypeSee Also