Foxoft.Ci.CiType.LookupMember C# (CSharp) Method

LookupMember() public method

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