Bickle.ReflectionWrapping.SpecWrapper.WrapContainer C# (CSharp) 메소드

WrapContainer() 개인적인 메소드

private WrapContainer ( object o ) : IExampleContainer
o object
리턴 IExampleContainer
        private IExampleContainer WrapContainer(object o)
        {
            return new ExampleContainerWrapper(o, this);
        }