ResolveDuplicateScenesWindow.ResolveDuplicates Method

Definition

public:
 void ResolveDuplicates(System::Collections::Generic::Dictionary<System::String ^, System::Collections::Generic::List<int> ^> ^ duplicates, System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::SceneSystem::SceneInfo> ^ scenes);
public void ResolveDuplicates (System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<int>> duplicates, System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.SceneSystem.SceneInfo> scenes);
member this.ResolveDuplicates : System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<int>> * System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.SceneSystem.SceneInfo> -> unit
Public Sub ResolveDuplicates (duplicates As Dictionary(Of String, List(Of Integer)), scenes As List(Of SceneInfo))

Parameters

duplicates
Dictionary<String,List<Int32>>
scenes
List<SceneInfo>

Applies to