Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Initializes a new instance of the ExpandableTypeAttribute class

Namespace: Visual3D.Design
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public ExpandableTypeAttribute(
	Type expandedType,
	Type expanderType
)
Public Sub New ( _
	expandedType As Type, _
	expanderType As Type _
)

Parameters

expandedType
Type
Type that is to be expanded.
expanderType
Type
[Optional] Custom type that is used to expand this type. If null, it just derives a default expander.

See Also