System.Nullable.operator UnaryNegation
Delphi
class operator Inc(Value: Nullable<T>): Nullable<T>;
class operator Dec(Value: Nullable<T>): Nullable<T>;
class operator Negative(Value: Nullable<T>): Nullable<T>;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Nullables.inc | System | Nullable |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。