MethodBase.IsGenericMethodDefinition Property

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IsGenericMethodDefinition As Boolean
    Get
'Usage
Dim instance As MethodBase
Dim value As Boolean

value = instance.IsGenericMethodDefinition
public abstract bool IsGenericMethodDefinition { get; }
public:
virtual property bool IsGenericMethodDefinition {
    bool get () abstract;
}
abstract IsGenericMethodDefinition : bool
abstract function get IsGenericMethodDefinition () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

MethodBase Class

MethodBase Members

System.Reflection.Mock Namespace