Share via


TfsGitTreeDepthFirstEnumerator.Current Property

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

Syntax

'Declaration
Public ReadOnly Property Current As TfsGitTreeEntry
public TfsGitTreeEntry Current { get; }
public:
virtual property TfsGitTreeEntry^ Current {
    TfsGitTreeEntry^ get () sealed;
}
abstract Current : TfsGitTreeEntry with get 
override Current : TfsGitTreeEntry with get
final function get Current () : TfsGitTreeEntry

Property Value

Type: Microsoft.TeamFoundation.Git.Server.TfsGitTreeEntry
Returns TfsGitTreeEntry.

Implements

IEnumerator<T>.Current

.NET Framework Security

See Also

Reference

TfsGitTreeDepthFirstEnumerator Class

Microsoft.TeamFoundation.Git.Server Namespace