TypeMapAttribute<TTypeMapGroup> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TypeMapAttribute<TTypeMapGroup>(String, Type)
- Source:
- TypeMapAttribute.cs
public:
TypeMapAttribute(System::String ^ value, Type ^ target);
public TypeMapAttribute(string value, Type target);
new System.Runtime.InteropServices.TypeMapAttribute<'ypeMapGroup> : string * Type -> System.Runtime.InteropServices.TypeMapAttribute<'ypeMapGroup>
Public Sub New (value As String, target As Type)
Parameters
- value
- String
- target
- Type
Applies to
TypeMapAttribute<TTypeMapGroup>(String, Type, Type)
- Source:
- TypeMapAttribute.cs
public:
TypeMapAttribute(System::String ^ value, Type ^ target, Type ^ trimTarget);
public TypeMapAttribute(string value, Type target, Type trimTarget);
new System.Runtime.InteropServices.TypeMapAttribute<'ypeMapGroup> : string * Type * Type -> System.Runtime.InteropServices.TypeMapAttribute<'ypeMapGroup>
Public Sub New (value As String, target As Type, trimTarget As Type)
Parameters
- value
- String
- target
- Type
- trimTarget
- Type