ParameterInfo.GetCustomAttributesData Method

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public MustOverride Function GetCustomAttributesData As IList(Of CustomAttributeData)
'Usage
Dim instance As ParameterInfo
Dim returnValue As IList(Of CustomAttributeData)

returnValue = instance.GetCustomAttributesData()
public abstract IList<CustomAttributeData> GetCustomAttributesData()
public:
virtual IList<CustomAttributeData^>^ GetCustomAttributesData() abstract
abstract GetCustomAttributesData : unit -> IList<CustomAttributeData> 
public abstract function GetCustomAttributesData() : IList<CustomAttributeData>

Return Value

Type: IList<CustomAttributeData>

.NET Framework Security

See Also

Reference

ParameterInfo Class

ParameterInfo Members

System.Reflection.Mock Namespace