Метод | Описание | |
---|---|---|
Adder ( object inst, object args ) : void |
Dummy, should never be called
|
|
DynamicWriter ( object scope, |
||
WriteEndMember ( ) : void | ||
WriteStartMember ( System.Xaml.XamlMember property ) : void | ||
WriteStartObject ( XamlType xamlType ) : void | ||
WriteValue ( object value ) : void |
public static Adder ( object inst, object args ) : void | ||
inst | object | |
args | object | |
Результат | void |
public DynamicWriter ( object scope, |
||
scope | object | |
operations | ||
context | ||
settings | System.Xaml.XamlObjectWriterSettings | |
Результат | System |
public WriteStartMember ( System.Xaml.XamlMember property ) : void | ||
property | System.Xaml.XamlMember | |
Результат | void |
public WriteStartObject ( XamlType xamlType ) : void | ||
xamlType | XamlType | |
Результат | void |