예제 #1
0
 public BooleanType ApplyStreamId()
 {
     return((BooleanType)_buffer.GetByte(_offset + 24));
 }
 public sbyte Valid()
 {
     return(unchecked ((sbyte)_buffer.GetByte(_offset + 4)));
 }
예제 #3
0
 public SourceLocation SourceLocation()
 {
     return((SourceLocation)_buffer.GetByte(_offset + 28));
 }