CSharpUtils.Templates.Runtime.Filters.RawWrapper.RawWrapper C# (CSharp) Method

RawWrapper() protected method

protected RawWrapper ( Object Object ) : System
Object Object
return System
		protected RawWrapper(Object Object)
		{
			this.Object = Object;
		}