Whether the order is opening or closing interest.

Namespace:  T4
Assembly:  T4Definitions.20 (in T4Definitions.20.dll)

Syntax

C#
[ObfuscationAttribute(Feature = "renaming", Exclude = true)]
public enum OpenClose
Visual Basic (Declaration)
<ObfuscationAttribute(Feature := "renaming", Exclude := True)> _
Public Enumeration OpenClose
Visual C++
[ObfuscationAttribute(Feature = L"renaming", Exclude = true)]
public enum class OpenClose

Members

Member nameDescription
Undefined
Undefined, server figures it out.
Open
Opening.
Close
Closing.

See Also