Bearbeiten

SolverHandler.Solvers Property

Definition

List of solvers that this handler will manage and update

public:
 property System::Collections::Generic::IReadOnlyCollection<Microsoft::MixedReality::Toolkit::Utilities::Solvers::Solver ^> ^ Solvers { System::Collections::Generic::IReadOnlyCollection<Microsoft::MixedReality::Toolkit::Utilities::Solvers::Solver ^> ^ get(); void set(System::Collections::Generic::IReadOnlyCollection<Microsoft::MixedReality::Toolkit::Utilities::Solvers::Solver ^> ^ value); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.MixedReality.Toolkit.Utilities.Solvers.Solver> Solvers { get; set; }
member this.Solvers : System.Collections.Generic.IReadOnlyCollection<Microsoft.MixedReality.Toolkit.Utilities.Solvers.Solver> with get, set
Public Property Solvers As IReadOnlyCollection(Of Solver)

Property Value

Applies to