Load() public method

public Load ( IILGen ilGenerator, Action pushReaderOrCtx ) : void
ilGenerator IILGen
pushReaderOrCtx Action
return void
Esempio n. 1
0
 public void Load(IILGen ilGenerator, Action <IILGen> pushReaderOrCtx)
 {
     _fieldHandler.Load(ilGenerator, pushReaderOrCtx);
     ilGenerator.Call(() => ByteBuffer.NewAsync(null));
 }