Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public class PipelineStepEvent
  2. {
  3. private Padding16 _valueStorage;
  4. private object _defaultStorage;
  5.  
  6. // Use _valueStorage to store small value types.
  7.  
  8. [StructLayout(LayoutKind.Explicit, Size = 16)]
  9. private struct Padding16
  10. {
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement