Enum MemberKind
Namespace: Unity.APIComparison.Framework.Changes
Syntax
public enum MemberKind
Fields
| Name | Description | Value |
|---|---|---|
| None | 0 | |
| Field | 1 | |
| Method | 2 | |
| Event | 3 | |
| Delegate | 4 | |
| Property | 5 | |
| PropertyGetter | 6 | |
| PropertySetter | 7 |
public enum MemberKind
| Name | Description | Value |
|---|---|---|
| None | 0 | |
| Field | 1 | |
| Method | 2 | |
| Event | 3 | |
| Delegate | 4 | |
| Property | 5 | |
| PropertyGetter | 6 | |
| PropertySetter | 7 |