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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.