AssemblyDefinitionInfo.Validate 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.
After it's parsed from JSON, this method should be invoked to validate some of the values and set additional properties.
public:
void Validate(System::Collections::Generic::IEnumerable<Microsoft::MixedReality::Toolkit::MSBuild::CompilationPlatformInfo ^> ^ availablePlatforms);
public void Validate (System.Collections.Generic.IEnumerable<Microsoft.MixedReality.Toolkit.MSBuild.CompilationPlatformInfo> availablePlatforms);
member this.Validate : seq<Microsoft.MixedReality.Toolkit.MSBuild.CompilationPlatformInfo> -> unit
Public Sub Validate (availablePlatforms As IEnumerable(Of CompilationPlatformInfo))
Parameters
- availablePlatforms
- IEnumerable<CompilationPlatformInfo>