CustomAttributeData.ConstructorArguments Property

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

See Also

Reference

CustomAttributeData Class

CustomAttributeData Members

System.Reflection.Mock Namespace