CustomAttributeData.Constructor Property
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Constructor As ConstructorInfo
Get
'Usage
Dim instance As CustomAttributeData
Dim value As ConstructorInfo
value = instance.Constructor
public virtual ConstructorInfo Constructor { get; }
public:
virtual property ConstructorInfo^ Constructor {
ConstructorInfo^ get ();
}
abstract Constructor : ConstructorInfo
override Constructor : ConstructorInfo
function get Constructor () : ConstructorInfo
Property Value
Type: System.Reflection.Mock.ConstructorInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.