// --------------------------------------------------------------------------------------------------------------------

// --------------------------------------------------------------------------------------------------------------------


https://mmfilmeshd.online/

//

// Copyright (c) 2010-2012 Ninja Project Contributors

// Copyright (c) 2013-2015 Ninject.org Association || Initial Contributor: James Hughes

//

// --------------------------------------------------------------------------------------------------------------------

namespace Ninject.Activation.Distributed.MixedMode

using System.Collections.Generic;

///

/// Activation strategy that works with both

/// and

/// .

///

public sealed class DistributedPlatformMixedMode : TransientDistributedPlatformMixedMode, IActivationStrategy

///

/// Initializes a new instance of the class.

///

public DistributedPlatformMixedMode(

IEnumerable configurations,

IEnumerable bindings,

IEnumerable topBindings)

: base(

configurations,

bindings,

topBindings)

///

/// Gets the requested binding.

///

/// Type requested.

Report Page