コード例 #1
0
 public BooleanType ApplyStreamId()
 {
     return((BooleanType)_buffer.GetByte(_offset + 24));
 }
コード例 #2
0
 public sbyte Valid()
 {
     return(unchecked ((sbyte)_buffer.GetByte(_offset + 4)));
 }
コード例 #3
0
 public SourceLocation SourceLocation()
 {
     return((SourceLocation)_buffer.GetByte(_offset + 28));
 }