Share via


TfsGitTreeEntryComparer.Instance Property

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Instance As IComparer(Of TfsGitTreeEntry)
public static IComparer<TfsGitTreeEntry> Instance { get; }
public:
static property IComparer<TfsGitTreeEntry^>^ Instance {
    IComparer<TfsGitTreeEntry^>^ get ();
}
static member Instance : IComparer<TfsGitTreeEntry> with get
static function get Instance () : IComparer<TfsGitTreeEntry>

Property Value

Type: System.Collections.Generic.IComparer<TfsGitTreeEntry>

.NET Framework Security

See Also

Reference

TfsGitTreeEntryComparer Class

Microsoft.TeamFoundation.Git.Server Namespace