Mono.Cecil.Fluent.CecilExtensions.IsIndexer C# (CSharp) 메소드

IsIndexer() 공개 정적인 메소드

public static IsIndexer ( this property ) : bool
property this
리턴 bool
		public static bool IsIndexer(this PropertyDefinition property)
		{
			CustomAttribute attr;
			return property.IsIndexer(out attr);
		}

Same methods

CecilExtensions::IsIndexer ( this property, CustomAttribute &defaultMemberAttribute ) : bool