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!

CodeIdentifiers.ToArray

[To be supplied.]

[Visual Basic]
Public Function ToArray( _
   ByVal type As Type _
) As Object
[C#]
public object ToArray(
   Type type
);
[C++]
public: Object* ToArray(
   Type* type
);
[JScript]
public function ToArray(
   type : Type
) : Object;

Parameters

type
[To be supplied.]

See Also

CodeIdentifiers Class | CodeIdentifiers Members | System.Xml.Serialization.Code Namespace