System.Xml.Schema.LeafNode.LeafNode C# (CSharp) Method

LeafNode() public method

public LeafNode ( int pos ) : System
pos int
return System
        public LeafNode(int pos) {
            this.pos = pos;
        }