Enum ParameterKind
Namespace: Unity.APIComparison.Framework.Changes
Syntax
public enum ParameterKind
Fields
Name | Description | Value |
---|---|---|
ByValue | 0 | |
ByRef | 1 | |
Out | 2 |
public enum ParameterKind
Name | Description | Value |
---|---|---|
ByValue | 0 | |
ByRef | 1 | |
Out | 2 |