Code2Xml.Core.Location.StructuredCode.this C# (CSharp) Méthode

this() public méthode

public this ( int line, int pos ) : char
line int
pos int
Résultat char
        public char this[int line, int pos] {
            get { return Code[GetIndex(line, pos)]; }
        }

Same methods

StructuredCode::this ( CodeLocation location ) : char
StructuredCode::this ( int index ) : char