Add layout information for this class. This class must have the sequential or explicit attribute.
[Visual Basic]
Public Sub AddLayoutInfo( _
ByVal packSize As Integer, _
ByVal classSize As Integer _
)
[C#]
public void AddLayoutInfo(
int packSize,
int classSize
);