Rosalia.Core.Engine.Composing.Layer.Layer C# (CSharp) 메소드

Layer() 공개 메소드

public Layer ( ExecutableWithIdentity items ) : System.Linq
items ExecutableWithIdentity
리턴 System.Linq
        public Layer(ExecutableWithIdentity[] items)
        {
            _items = items;
        }