ActiveTransport.ActiveTransport C# (CSharp) Method

ActiveTransport() public method

public ActiveTransport ( ) : System
return System
    public ActiveTransport()
    {
        _loader = new ActiveTransportLoader();
        _reactions = new LinkedList<ActiveTransportReaction>();
    }