Summary
Enum representing the output destination
It uses combinable flags so that a given
output control can accept multiple types
of output. Normally, each individual
output uses a single flag value.
- Namespace
- TCLite
.Interfaces - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["TestOutputType"]
class Type type-node
Syntax
public enum TestOutputType