Code2Xml.Core.Location.StructuredCode.this C# (CSharp) Method

this() public method

public this ( CodeLocation location ) : char
location CodeLocation
return char
        public char this[CodeLocation location] {
            get { return Code[GetIndex(location)]; }
        }

Same methods

StructuredCode::this ( int index ) : char
StructuredCode::this ( int line, int pos ) : char