Csharp/CSharp Tutorial/Operator/sizeof — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 12:17, 26 мая 2010
sizeof operations
Get the size, in bytes, of one of C#"s value types.
To obtain this information, use the sizeof operator.
It has this general form:
sizeof(type)