Csharp/CSharp Tutorial/Operator/sizeof — различия между версиями

Материал из .Net Framework эксперт
Перейти к: навигация, поиск
м (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)