ResolveDuplicateScenesWindow.ResolveDuplicates Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>>