Type.DeclaringMethod Property

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

Syntax

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

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

Property Value

Type: System.Reflection.Mock.MethodBase

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace