Ejemplo n.º 1
0
 public uint AddDateField(string fieldName, IntOptions options)
 {
     EnsureNotClosed();
     unsafe
     {
         return(MarshalHelper.Utf8Call(fieldName, (buffer, length) => AddDateFieldImpl(this, buffer, length, options)));
     }
 }
Ejemplo n.º 2
0
 private static extern unsafe uint AddDateFieldImpl(SchemaBuilder builder, byte *fieldName, UIntPtr fieldNameLength, IntOptions options);