Skip to main content

ISortedDictionary_2_KeyCollectionMethods

Trait ISortedDictionary_2_KeyCollectionMethods 

Source
pub trait ISortedDictionary_2_KeyCollectionMethods<T0: ClassIdentity, T1: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn ctor(self, dictionary: SortedDictionary_2<T0, T1>)
       where Self: Sized { ... }
    fn system_collections_i_enumerable_get_enumerator(self) -> IEnumerator
       where Self: Sized { ... }
    fn copy_to(self, array: Array<T0>, index: i32)
       where Self: Sized { ... }
    fn system_collections_i_collection_copy_to(
        self,
        array: IlInstance,
        index: i32,
    )
       where Self: Sized { ... }
    fn get_count(self) -> i32
       where Self: Sized { ... }
    fn system_collections_i_collection_get_is_synchronized(self) -> bool
       where Self: Sized { ... }
    fn system_collections_i_collection_get_sync_root(self) -> Object
       where Self: Sized { ... }
}

Provided Methods§

Source

fn ctor(self, dictionary: SortedDictionary_2<T0, T1>)
where Self: Sized,

Source

fn system_collections_i_enumerable_get_enumerator(self) -> IEnumerator
where Self: Sized,

Source

fn copy_to(self, array: Array<T0>, index: i32)
where Self: Sized,

Source

fn system_collections_i_collection_copy_to(self, array: IlInstance, index: i32)
where Self: Sized,

Source

fn get_count(self) -> i32
where Self: Sized,

Source

fn system_collections_i_collection_get_is_synchronized(self) -> bool
where Self: Sized,

Source

fn system_collections_i_collection_get_sync_root(self) -> Object
where Self: Sized,

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§