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