Namespaces

Types in Fake

Type FileIncludes

Namespace Fake

Interfaces IEquatable<FileIncludes>, IStructuralEquatable, IComparable<FileIncludes>, IComparable, IStructuralComparable

Methods

Properties

Public instance methods

int CompareTo(FileIncludes obj)

bool Equals(FileIncludes obj)

Public properties

FSharpList<string> BaseDirectories get;

FSharpList<string> Excludes get;

FSharpList<string> Includes get;