SolverHandler.solvers Field
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.
protected: initonly System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Utilities::Solvers::Solver ^> ^ solvers;
protected readonly System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Utilities.Solvers.Solver> solvers;
val mutable solvers : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Utilities.Solvers.Solver>
Protected ReadOnly solvers As List(Of Solver)