AsyncDolls.YourDolls.Chain.Chain C# (CSharp) Method

Chain() public method

public Chain ( IEnumerable steps ) : System.Collections.Generic
steps IEnumerable
return System.Collections.Generic
        public Chain(IEnumerable<ILinkElement> steps)
        {
            linkElements = new List<ILinkElement>(steps);
        }