예제 #1
0
		public DynamicWrapper( ref ValueType target )
		{
			this.target = target.WrapIfValueType();
		}