Constable Authorization Engine 2.0 BETA

IPolicyLoaderContext.ConstructorArgumentTypes Property

[This is preliminary documentation and subject to change.]

Gets an array of Type references that the TypeName type's constructor expects.

[Visual Basic]
Property ConstructorArgumentTypes As Type()
[C#]
System.Type[] ConstructorArgumentTypes {get;}

Property Value

The constructor argument types array.

Remarks

The returned array is parallel to the array returned by the ConstructorArgumentValues property.

See Also

IPolicyLoaderContext Interface | LaMarvin.Constable.Design Namespace