public class CodeIdentifiers
|
| ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. |
| UseCamelCasing | Read-write Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| Add | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| AddReserved | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| AddUnique | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| Clear | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
| GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
| GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
| IsInUse | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| MakeRightCase | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| MakeUnique | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| Remove | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| RemoveReserved | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| ToArray | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
| Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
| MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public CodeIdentifiers(); |
public bool UseCamelCasing {get; set;}
|
identifier
value
public void AddReserved( |
identifier
identifier
value
public void Clear(); |
~CodeIdentifiers(); |
public virtual int GetHashCode(); |
public Type GetType(); |
public bool IsInUse( |
identifier
public string MakeRightCase( |
identifier
public string MakeUnique( |
identifier
protected object MemberwiseClone(); |
public void Remove( |
identifier
public void RemoveReserved( |
identifier
public object ToArray( |
type
public virtual string ToString(); |