Share via


MethodInfo.ReturnTypeCustomAttributes Property

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ReturnTypeCustomAttributes As ICustomAttributeProvider
    Get
'Usage
Dim instance As MethodInfo
Dim value As ICustomAttributeProvider

value = instance.ReturnTypeCustomAttributes
public abstract ICustomAttributeProvider ReturnTypeCustomAttributes { get; }
public:
virtual property ICustomAttributeProvider^ ReturnTypeCustomAttributes {
    ICustomAttributeProvider^ get () abstract;
}
abstract ReturnTypeCustomAttributes : ICustomAttributeProvider
abstract function get ReturnTypeCustomAttributes () : ICustomAttributeProvider

Property Value

Type: ICustomAttributeProvider

.NET Framework Security

See Also

Reference

MethodInfo Class

MethodInfo Members

System.Reflection.Mock Namespace