Click or drag to resize

enumerableExtensionsGet Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets aceSubEnum enumerator that iterates trough values found on the path

Namespace:  imbACE.Core.data
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static aceSubEnum Get(
	this IEnumerable source,
	string path
)
Request Example View Source

Parameters

source
Type: System.CollectionsIEnumerable
The source.
path
Type: SystemString
The path.

Return Value

Type: aceSubEnum

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
aceGeneralExceptionThe path can't be empty - null - null - enumerableExtensions
See Also