Class AllowedTypeAny | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

IAllowedType that allows selection of any types (.).

public class AllowedTypeAny : IAllowedType

Inheritance

object

AllowedTypeAny

Implements

IAllowedType

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

Methods

IsAllowed(string)

Returns true if the file at path is compatible with this allow option. Note that the file may not exist (e.g. in the case of saving).

ToString()

Returns a string representation of this AllowedTypeAny.

Edit this page