SelectionModel<T>.BatchUpdateOperation Structure
Definition
Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public struct BatchUpdateOperation : IDisposable,
IEquatable<SelectionModel(T).BatchUpdateOperation>
Public Structure BatchUpdateOperation
Implements IDisposable, IEquatable(Of SelectionModel(T).BatchUpdateOperation)
[<SealedAttribute>]
type BatchUpdateOperation =
struct
inherit ValueType
interface IDisposable
interface IEquatable<SelectionModel(T).BatchUpdateOperation>
end
Inheritance | Object → ValueType → SelectionModel(T).BatchUpdateOperation |
Implements | IDisposable, IEquatable(SelectionModel(T).BatchUpdateOperation) |
Constructors
SelectionModel(T).BatchUpdateOperation(SelectionModel(T)) | Initializes a new instance of the SelectionModel(T).BatchUpdateOperation class |
Methods
Dispose() | Releases all resources used by the SelectionModel(T).BatchUpdateOperation |
GetType() | Gets the Type of the current instance. (Inherited from Object) |