TreeEnumerator<TKey,TValue>(INode<TValue>) 생성자

정의

TreeEnumerator<TKey,TValue> 개체를 할당하고 초기화합니다.

public:
 TreeEnumerator(Microsoft::VisualC::StlClr::Generic::INode<TValue> ^ _First);
public TreeEnumerator (Microsoft.VisualC.StlClr.Generic.INode<TValue> _First);
new Microsoft.VisualC.StlClr.TreeEnumerator<'Key, 'Value> : Microsoft.VisualC.StlClr.Generic.INode<'Value> -> Microsoft.VisualC.StlClr.TreeEnumerator<'Key, 'Value>
Public Sub New (_First As INode(Of TValue))

매개 변수

_First
INode<TValue>

반복할 컨테이너의 첫 번째 노드입니다.

적용 대상