Click or drag to resize

CustomAttributeConstructorArguments Property

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Collection<CustomAttributeArgument> ConstructorArguments { get; }

Property Value

Type: CollectionCustomAttributeArgument
See Also