Foxoft.Ci.CiType.LookupMember C# (CSharp) 메소드

LookupMember() 공개 메소드

public LookupMember ( string name ) : CiSymbol
name string
리턴 CiSymbol
        public virtual CiSymbol LookupMember(string name)
        {
            throw new ParseException("{0} has no members", this.GetType());
        }