Наследование: IAttributeInfoCache
Пример #1
0
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
		public int CompareTo(AttributeInfoCache other)
		{
			return new AttributeEquatableComparer().Compare(this, other);
		}
Пример #2
0
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
        public int CompareTo(AttributeInfoCache other)
        {
            return(new AttributeEquatableComparer().Compare(this, other));
        }