FunctionBinding.GetCustomAttributes(Type) Method

Definition

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)

Parameters

parameterType
Type

Returns

Applies to