Click or drag to resize

CustomAttributeFields Property

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

Property Value

Type: CollectionCustomAttributeNamedArgument

Implements

ICustomAttributeFields
See Also