示例#1
0
        internal string GetIndexForType(IndexNameMarker i)
        {
            if (i == null)
            {
                return(this.GetIndexForType((Type)null));
            }

            return(i.Name ?? this.GetIndexForType(i.Type));
        }
 internal string GetIndexForType(IndexNameMarker i)
 {
     return(i.Name ?? this.GetIndexForType(i.Type));
 }