SelectionModelExtensionsBatchUpdateOperation Structure

Definition

Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public struct BatchUpdateOperation : IDisposable, 
	IEquatable<SelectionModelExtensionsBatchUpdateOperation>
Inheritance
Object    ValueType    SelectionModelExtensionsBatchUpdateOperation
Implements
IDisposable, IEquatableSelectionModelExtensionsBatchUpdateOperation

Constructors

SelectionModelExtensionsBatchUpdateOperation(ISelectionModel)Initializes a new instance of the SelectionModelExtensionsBatchUpdateOperation class

Methods

DisposeReleases all resources used by the SelectionModelExtensionsBatchUpdateOperation
GetTypeGets the Type of the current instance.
(Inherited from Object)

See Also