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!

OldArrayEditor Constructor

Constructs the ArrayEditor. Takes a Class an an argument which is the type of the object being edited (should be an array).

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

Parameters

type
of the array being edited.

See Also

OldArrayEditor Class | OldArrayEditor Members | System.ComponentModel.Design Namespace