ResourceDictionaryEnsureCapacity Method
Ensures that the resource dictionary can hold up to capacity entries without
any further expansion of its backing storage.
Namespace: Avalonia.ControlsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void EnsureCapacity(
int capacity
)
Public Sub EnsureCapacity (
capacity As Integer
)
member EnsureCapacity :
capacity : int -> unit
Parameters
- capacity Int32
-
This method may have no effect when targeting .NET Standard 2.0.