[Missing <summary> documentation for "M:Lucene.Net.Util.MemoryModel.GetPrimitiveSize(System.Type)"]
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public abstract int GetPrimitiveSize(
Type clazz
) |
Visual Basic |
---|
Public MustOverride Function GetPrimitiveSize ( _
clazz As Type _
) As Integer |
Visual C++ |
---|
public:
virtual int GetPrimitiveSize(
Type^ clazz
) abstract |
Parameters
- clazz
- Type: System..::..Type
a primitive Class - bool, byte, char, short, long, float,
short, double, int
Return Value
the size in bytes of given primitive Class
See Also