Ejemplo n.º 1
0
        public override string ToString()
        {
            var capability = Capability.ToSourceCodeString();

            if (capability.Length == 0)
            {
                return(ReferentType.ToString());
            }

            return($"{capability} {ReferentType}");
        }
Ejemplo n.º 2
0
            List <object> MatchBy(ReferentType glType)
            {
                List <object> matches = new List <object>();

                return(matches);
            }