System.Windows.Browser.ManagedObject.ConvertTo C# (CSharp) Method

ConvertTo() protected method

protected ConvertTo ( Type targetType, bool allowSerialization ) : object
targetType Type
allowSerialization bool
return object
		protected override object ConvertTo (Type targetType, bool allowSerialization)
		{
			// hmmm, yeah what?
			throw new NotImplementedException ();
		}