CorCompare.TypeData.GetCustomAttributes C# (CSharp) Method

GetCustomAttributes() protected method

protected GetCustomAttributes ( MemberReference member ) : IList
member Mono.Cecil.MemberReference
return IList
		protected override IList<CustomAttribute> GetCustomAttributes (MemberReference member) {
			return ((TypeDefinition) member).CustomAttributes;
		}