VirtualTypeBuilder.InitializeFromType Method
Include Protected Members
Include Inherited Members
Initializes this virtual type builder with data obtained from the given type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
InitializeFromType(ITypeResolutionService, CodeNamespace) | Initializes this virtual type builder with data obtained from the given type. | |
InitializeFromType(ITypeResolutionService, CodeTypeDeclaration) | Initializes this virtual type builder with data obtained from the given type. | |
InitializeFromType(ITypeResolutionService, CodeTypeDeclaration, String) | Initializes this virtual type builder with data obtained from the given type. |
Top