Exemplo n.º 1
0
 public LeafEntryExecutor(LeafExtensionBase ext, ApiAllocator apiAllocator)
 {
     this.ext          = ext ?? throw new ArgumentNullException(nameof(ext));
     this.apiAllocator = apiAllocator ?? throw new ArgumentNullException(nameof(apiAllocator));
     entry             = FindEntry();
 }
Exemplo n.º 2
0
 public LeafPropertyInjector(LeafExtensionBase ext, ApiAllocator apiAllocator)
 {
     this.ext          = ext ?? throw new System.ArgumentNullException(nameof(ext));
     this.apiAllocator = apiAllocator ?? throw new System.ArgumentNullException(nameof(apiAllocator));
 }