CSharpUtils.Templates.Runtime.Filters.RawWrapper.RawWrapper C# (CSharp) Метод

RawWrapper() защищенный Метод

protected RawWrapper ( Object Object ) : System
Object Object
Результат System
		protected RawWrapper(Object Object)
		{
			this.Object = Object;
		}