System.Nullable.operator BitwiseXOR
Delphi
class operator BitwiseAnd(L, R: Nullable<T>): Nullable<T>; // and operator
class operator BitwiseOr(L, R: Nullable<T>): Nullable<T>; inline; // or operator
class operator BitwiseXor(L, R: Nullable<T>): Nullable<T>; // xor operator
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Nullables.inc | System | Nullable |
Description
Embarcadero Technologies does not currently have any additional information.