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
)
Public Sub New ( _
	expandedType As Type _
)

Parameters

expandedType
Type

See Also