Table of Contents

Class OpenModeExtensions

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Extension methods for the OpenMode enum type.

public static class OpenModeExtensions
Inheritance
OpenModeExtensions
Inherited Members

Methods

AsInt32(OpenMode)

Directly converts this OpenMode value to an int value with the same binary representation.

AsUInt32(OpenMode)

Directly converts this OpenMode value to a uint value with the same binary representation.

FastIsDefined(OpenMode, int)

Determines if the specified int value is explicitly defined as a named value of the OpenMode enum type.