Constable Authorization Engine 2.0 BETA

TypeInfo Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the TypeInfo class with the given Type and VisualInfo.

[Visual Basic]
Public Sub New( _
   ByVal type As Type, _
   ByVal visualInfo As VisualInfo _
)
[C#]
public TypeInfo(
   Type type,
   VisualInfo visualInfo
);

Parameters

type
The type to associate this TypeInfo instance with.
visualInfo
The VisualInfo instance to associate with the type.

See Also

TypeInfo Class | LaMarvin.Design Namespace