IUnaryPlusOperators<TSelf,TResult> Interfejs

Definicja

Definiuje mechanizm przetwarzania jednoargumentowego plusa wartości.

generic <typename TSelf, typename TResult>
 where TSelf : IUnaryPlusOperators<TSelf, TResult>public interface class IUnaryPlusOperators
public interface IUnaryPlusOperators<TSelf,TResult> where TSelf : IUnaryPlusOperators<TSelf,TResult>
type IUnaryPlusOperators<'Self, 'Result (requires 'Self :> IUnaryPlusOperators<'Self, 'Result>)> = interface
Public Interface IUnaryPlusOperators(Of TSelf, TResult)

Parametry typu

TSelf

Typ, który implementuje ten interfejs.

TResult

Typ, który zawiera wynik negacji TSelf.

Pochodne

Operatory

UnaryPlus(TSelf)

Oblicza jednoargumentowy plus wartość.

Dotyczy