Click or drag to resize

GenNodeFindId Method

Static helper to walk the tree and find a node with an ID.

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax
C#
public static GenNode FindId(
	int id,
	IEnumerable<GenNode> nodes
)

Parameters

id  Int32

[Missing <param name="id"/> documentation for "M:RCS.Carbon.Shared.GenNode.FindId(System.Int32,System.Collections.Generic.IEnumerable{RCS.Carbon.Shared.GenNode})"]

nodes  IEnumerableGenNode

[Missing <param name="nodes"/> documentation for "M:RCS.Carbon.Shared.GenNode.FindId(System.Int32,System.Collections.Generic.IEnumerable{RCS.Carbon.Shared.GenNode})"]

Return Value

GenNode

[Missing <returns> documentation for "M:RCS.Carbon.Shared.GenNode.FindId(System.Int32,System.Collections.Generic.IEnumerable{RCS.Carbon.Shared.GenNode})"]

See Also