Share via


MethodBase.IsGenericMethod Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsGenericMethod As Boolean
    Get
'Usage
Dim instance As MethodBase
Dim value As Boolean

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

MethodBase Class

MethodBase Members

System.Reflection.Mock Namespace