Novell.Directory.Ldap.Rfc2251.RfcFilter.FilterIterator.remove C# (CSharp) Method

remove() public method

public remove ( ) : void
return void
            public void remove()
            {
                throw new System.NotSupportedException("Remove is not supported on a filter iterator");
            }