Irony.Compiler.AstNodeArgs.GetContent C# (CSharp) Method

GetContent() public method

public GetContent ( int index ) : string
index int
return string
        public string GetContent(int index)
        {
            return ChildNodes[index].GetContent();
        }