Метод | Описание | |
---|---|---|
GetObjectData ( SerializationInfo info, StreamingContext context ) : void |
Populate the SerializationInfo data needed to serialize the object.
|
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Return a string with the value of the attribute whose name is passed as format. If the attribute is multi valued, returns a string with the concatenation of the values separated by ';'
|
Метод | Описание | |
---|---|---|
RmResource ( SerializationInfo info, StreamingContext context ) : System |
Serialization constructor The call to the base constructor ensures that the dictionary is created and filled with attribute names. |
Метод | Описание | |
---|---|---|
GetString ( object x ) : string |
Get string checking if object is null.
|
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | |
context | StreamingContext | |
Результат | void |
protected RmResource ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
Результат | System |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | |
formatProvider | IFormatProvider | |
Результат | string |