BindingKind Enum
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Semantic
Specifies what a binding is bound to
public enum BindingKind
Members
| Field | 4 | |
| Literal | 1 | |
| Local | 2 | |
| Method | 5 | |
| MethodGroup | 6 | |
| Parameter | 3 | |
| Transient | 0 | |
| Type | 7 |
