public TransformContainer(TransformBase transform) { transform.ThrowIfNull(nameof(transform)); transform.WrapInContainer(this); }
public TransformContainer(TransformBase transform) { transform.ContainIn(this); }