public static class SerializationInfoExtensions
<ExtensionAttribute>
Public NotInheritable Class SerializationInfoExtensions
[ExtensionAttribute]
public ref class SerializationInfoExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SerializationInfoExtensions = class end
ContainsName | Gets whether an entry with the specified name exists in the specified SerializationInfo. |
GetValueOrDefault(SerializationInfo, String, Object) | Tries to get a value from a SerializationInfo for the given name. |
GetValueOrDefaultT(SerializationInfo, String, T) | Tries to get a value from a SerializationInfo for the given name. |
RemoveValue | Removes a value of the specified name from the SerializationInfo. |
ReplaceValue | Replaces a value with the specified old and new names in the SerializationInfo. |
ToEnumerable | Gets a lazy-evaluating IEnumerableT wrapper for the specified SerializationInfo. |
TryGetValue(SerializationInfo, String, Object) | Tries the get value from the SerializationInfo associated with the specified name. |
TryGetValueT(SerializationInfo, String, T) | Tries the get value from the SerializationInfo associated with the specified name. |
UpdateValue | Updates or adds a value with the specified name in the SerializationInfo. |