Type.GenericParameterAttributes Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property GenericParameterAttributes As GenericParameterAttributes
    Get
'Usage
Dim instance As Type
Dim value As GenericParameterAttributes

value = instance.GenericParameterAttributes
public virtual GenericParameterAttributes GenericParameterAttributes { get; }
public:
virtual property GenericParameterAttributes GenericParameterAttributes {
    GenericParameterAttributes get ();
}
abstract GenericParameterAttributes : GenericParameterAttributes
override GenericParameterAttributes : GenericParameterAttributes
function get GenericParameterAttributes () : GenericParameterAttributes

Property Value

Type: GenericParameterAttributes

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace