Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ConstructorArguments As IList(Of CustomAttributeTypedArgument)
Get
'Usage
Dim instance As CustomAttributeData
Dim value As IList(Of CustomAttributeTypedArgument)
value = instance.ConstructorArguments
public virtual IList<CustomAttributeTypedArgument> ConstructorArguments { get; }
public:
virtual property IList<CustomAttributeTypedArgument>^ ConstructorArguments {
IList<CustomAttributeTypedArgument>^ get ();
}
abstract ConstructorArguments : IList<CustomAttributeTypedArgument>
override ConstructorArguments : IList<CustomAttributeTypedArgument>
function get ConstructorArguments () : IList<CustomAttributeTypedArgument>
Property Value
Type: IList<CustomAttributeTypedArgument>
.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.