Brunet.Symphony.AHHandler.AHState.UpdateLeafs C# (CSharp) Method

UpdateLeafs() public method

public UpdateLeafs ( ConnectionList l ) : AHState
l ConnectionList
return AHState
    public AHState UpdateLeafs(ConnectionList l) {
      return new AHState(this, l);
    }