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!

Function Constructor (FunctionType, ObjectList)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal ftype As Function.FunctionType, _
   ByVal argumentList As ObjectList _
)
[C#]
public Function(
   Function.FunctionType ftype,
   ObjectList argumentList
);
[C++]
public: Function(
   Function.FunctionType ftype,
   ObjectList* argumentList
);
[JScript]
public function Function(
   ftype : Function.FunctionType,
   argumentList : ObjectList
);

Parameters

ftype
[To be supplied.]
argumentList
[To be supplied.]

See Also

Function Class | Function Members | System.Data.XML Namespace | Function Constructor Overload List