Microsoft.ManagementConsole.SelectedNodeCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : Node
index int
return Node
        public Node this[int index]
        {
            get
            {
                return (Node) this._list[index];
            }
        }