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, AstNode)

[To be supplied.]

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

Parameters

ftype
[To be supplied.]
arg
[To be supplied.]

See Also

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