ResourceDictionaryEnsureCapacity Method

Ensures that the resource dictionary can hold up to capacity entries without any further expansion of its backing storage.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void EnsureCapacity(
	int capacity
)

Parameters

capacity  Int32
 

Remarks

This method may have no effect when targeting .NET Standard 2.0.

See Also