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
.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.