Enum ArgumentInfo.DestructingType
Enum for the name - with @, with $ or without
Namespace: Unity.Logging
Syntax
public enum DestructingType : byte
Fields
Name | Description | Value |
---|---|---|
Default | Not specified. Default |
0 |
Destructure | Represents the @ destructure operator |
1 |
Stringify | Represents the $ stringify operator |
2 |