LogicalNot Operator
Makes a two-way binding.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static IndexerDescriptor operator !(
IndexerDescriptor binding
)
Public Shared Operator Not (
binding As IndexerDescriptor
) As IndexerDescriptor
static let inline (not)
binding : IndexerDescriptor : IndexerDescriptor
Parameters
- IndexerDescriptor
- The current binding.
Return Value
IndexerDescriptor
A two-way binding.