[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal axistype As Axis.AxisType, _ ByVal input As AstNode, _ ByVal urn As String, _ ByVal prefix As String, _ ByVal name As String, _ ByVal nodetype As XmlNodeType _ ) [C#] public Axis( Axis.AxisType axistype, AstNode input, string urn, string prefix, string name, XmlNodeType nodetype ); [C++] public: Axis( Axis.AxisType axistype, AstNode* input, String* urn, String* prefix, String* name, XmlNodeType nodetype ); [JScript] public function Axis( axistype : Axis.AxisType, input : AstNode, urn : String, prefix : String, name : String, nodetype : XmlNodeType );
Axis Class | Axis Members | System.Data.XML Namespace | Axis Constructor Overload List