共用方式為


ExtensionBinding.GetCustomAttributes(Type) Method

Definition

public override System.Collections.ObjectModel.Collection<System.Reflection.Emit.CustomAttributeBuilder> GetCustomAttributes (Type parameterType);
override this.GetCustomAttributes : Type -> System.Collections.ObjectModel.Collection<System.Reflection.Emit.CustomAttributeBuilder>
Public Overrides Function GetCustomAttributes (parameterType As Type) As Collection(Of CustomAttributeBuilder)

Parameters

parameterType
Type

Returns

Applies to