Click or drag to resize
WildcardTreeTFind Method

[Missing <summary> documentation for "M:Akka.Util.WildcardTree`1.Find(System.Collections.Generic.IEnumerator{System.String})"]

Namespace: Akka.Util
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public WildcardTree<T> Find(
	IEnumerator<string> elements
)

Parameters

elements
Type: System.Collections.GenericIEnumeratorString

[Missing <param name="elements"/> documentation for "M:Akka.Util.WildcardTree`1.Find(System.Collections.Generic.IEnumerator{System.String})"]

Return Value

Type: WildcardTreeT

[Missing <returns> documentation for "M:Akka.Util.WildcardTree`1.Find(System.Collections.Generic.IEnumerator{System.String})"]

See Also