Microsoft.VisualStudio.Project.EnumDependencies.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : int
return int
        public virtual int Reset()
        {
            this.nextIndex = 0;
            return VSConstants.S_OK;
        }