Exemplo n.º 1
0
		public DynamicWrapper( ref ValueType target )
		{
			this.target = target.WrapIfValueType();
		}