19 if (_current == -1 || _current >= _acl.Count)
23 return _acl[_current];
33 if (collection ==
null)
48 return _current < _acl.Count;
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method th...
Represents an Access Control Entry (ACE), and is the base class for all other ACE classes.
bool MoveNext()
Advances the enumerator to the next element of the T:System.Security.AccessControl....
Provides information about, and means to manipulate, the current environment and platform....
object Current
Gets the element in the collection at the current position of the enumerator.
Provides the ability to iterate through the access control entries (ACEs) in an access control list (...
Represents an access control list (ACL) and is the base class for the T:System.Security....
The exception that is thrown when a method call is invalid for the object's current state.
void Reset()
Sets the enumerator to its initial position, which is before the first element in the T:System....
Supports a simple iteration over a non-generic collection.