Csharp/CSharp Tutorial/Operator/sizeof
Версия от 15:31, 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)