Edit

Share via


TypeMapAttribute<TTypeMapGroup> Constructors

Definition

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

Applies to