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

IndexOf() public method

public IndexOf ( Node node ) : int
node Node
return int
        public int IndexOf(Node node)
        {
            return this._list.IndexOf(node);
        }