Click or drag to resize

CustomFieldsGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Koopman.CheckPoint.AccessRules
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public IEnumerator<string> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorString
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also