This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns an enumerator that iterates through the collection.
Namespace: Smartsite.Base.HttpNamespaceManager
Assembly: Smartsite.Base (in Smartsite.Base.dll)
Syntax
C# | Copy Code |
---|---|
public <> GetEnumerator() |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function GetEnumerator As (Of ) |
Return Value
A IEnumerator<(Of <(<'T>)>)> that can be used to iterate through the collection.See Also
AccessControlList Class
Smartsite.Base.HttpNamespaceManager Namespace