C# Class DynamicXaml.SetterContext

ファイルを表示 Open project: flq/XamlTags Class Usage Examples

Public Methods

Method Description
SetterContext ( string propertyName, Type propertyType, object value ) : System

Method Details

SetterContext() public method

public SetterContext ( string propertyName, Type propertyType, object value ) : System
propertyName string
propertyType System.Type
value object
return System