Click or drag to resize

AttributeTargetHelpers Class

Static helper methods and extension methods for the AttributeTarget enum.
Inheritance Hierarchy
SystemObject
  Nova.CodeDOMAttributeTargetHelpers

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static class AttributeTargetHelpers

The AttributeTargetHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAsString
Format Target as a string.
Public methodStatic memberParse
Parse token into Target enum.
Top
See Also