NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeListEditor Constructor (Type[])

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal types() As Type _
)
[C#]
public TypeListEditor(
   Type[] types
);
[C++]
public: TypeListEditor(
   Type* types[]
);
[JScript]
public function TypeListEditor(
   types : Type[]
);

Parameters

types
[To be supplied.]

See Also

TypeListEditor Class | TypeListEditor Members | System.WinForms.ComponentModel Namespace | TypeListEditor Constructor Overload List