Skip to main content

IStrongNameKeyPairMethods

Trait IStrongNameKeyPairMethods 

Source
pub trait IStrongNameKeyPairMethods: IStrongNameKeyPair {
    // Provided method
    fn system_runtime_serialization_i_deserialization_callback_on_deserialization(
        self,
        sender: impl Into<Object>,
    ) { ... }
}

Provided Methods§

Source

fn system_runtime_serialization_i_deserialization_callback_on_deserialization( self, sender: impl Into<Object>, )

System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(crate::system::object::Object) overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IStrongNameKeyPair> IStrongNameKeyPairMethods for __T

Available on crate feature system-reflection-strongnamekeypair only.