C# (CSharp) Ninject.Activation.Blocks ActivationBlock - 4 examples found. These are the top rated real world C# (CSharp) examples of Ninject.Activation.Blocks.ActivationBlock extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
A block used for deterministic disposal of activated instances. When the block is disposed, all instances activated via it will be deactivated.