ApiParser.ApiNode.this C# (CSharp) 메소드

this() 개인적인 메소드

private this ( int index ) : ApiNode
index int
리턴 ApiNode
        public ApiNode this[int index] => Wrap(node.ChildNodes[index]);

Same methods

ApiNode::this ( [ attributeName ) : string