Compartir a través de


FunctionBinding.GetCustomAttributes(Type) Método

Definición

public abstract System.Collections.ObjectModel.Collection<System.Reflection.Emit.CustomAttributeBuilder> GetCustomAttributes (Type parameterType);
abstract member GetCustomAttributes : Type -> System.Collections.ObjectModel.Collection<System.Reflection.Emit.CustomAttributeBuilder>
Public MustOverride Function GetCustomAttributes (parameterType As Type) As Collection(Of CustomAttributeBuilder)

Parámetros

parameterType
Type

Devoluciones

Se aplica a