[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:Mogware.VisualStudio.ColladaNet.Scene.Node.SubsumeTree(Mogware.VisualStudio.ColladaNet.Scene.Node,System.Collections.Generic.Dictionary{System.String,System.String})]

Namespace:  Mogware.VisualStudio.ColladaNet.Scene
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

C#
public void SubsumeTree(
	Node secondTree,
	Dictionary<string, string> nameMap
)
Visual Basic (Declaration)
Public Sub SubsumeTree ( _
	secondTree As Node, _
	nameMap As Dictionary(Of String, String) _
)
Visual C++
public:
void SubsumeTree(
	Node^ secondTree, 
	Dictionary<String^, String^>^ nameMap
)

Parameters

secondTree
Type: Mogware.VisualStudio.ColladaNet.Scene..::.Node

[Missing <param name="secondTree"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Scene.Node.SubsumeTree(Mogware.VisualStudio.ColladaNet.Scene.Node,System.Collections.Generic.Dictionary{System.String,System.String})"]

nameMap
Type: System.Collections.Generic..::.Dictionary<(Of <(String, String>)>)

[Missing <param name="nameMap"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Scene.Node.SubsumeTree(Mogware.VisualStudio.ColladaNet.Scene.Node,System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also