System.Xaml.ValueSerializerContext.GetValueSerializerFor C# (CSharp) Method

GetValueSerializerFor() public method

public GetValueSerializerFor ( Type type ) : System.Windows.Markup.ValueSerializer
type System.Type
return System.Windows.Markup.ValueSerializer
		public ValueSerializer GetValueSerializerFor (Type type)
		{
			throw new NotImplementedException ();
		}
	}

Same methods

ValueSerializerContext::GetValueSerializerFor ( PropertyDescriptor descriptor ) : System.Windows.Markup.ValueSerializer