Namespaces

Types in Fake

Type VCSRoot

Namespace Fake

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

Methods

Properties

Public instance methods

int CompareTo(VCSRoot obj)

bool Equals(VCSRoot obj)

Public properties

string Name get;

FSharpMap<string, string> Properties get;

string URL get;

string VCSName get;