Share via


MethodBase.CallingConvention Property

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CallingConvention As CallingConventions
    Get
'Usage
Dim instance As MethodBase
Dim value As CallingConventions

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

Property Value

Type: CallingConventions

.NET Framework Security

See Also

Reference

MethodBase Class

MethodBase Members

System.Reflection.Mock Namespace