Exemplo n.º 1
0
        public override string GetDisplayValue(object obj)
        {
            if (obj == null)
            {
                return(string.Empty);
            }

            MethodDef methodDef = obj as MethodDef;

            Debug.Check(methodDef != null);

            return(methodDef.GetDisplayValue());
        }