Skip to main content

IListDictionary_NodeKeyValueCollection_NodeKeyValueEnumeratorMethods

Trait IListDictionary_NodeKeyValueCollection_NodeKeyValueEnumeratorMethods 

Source
pub trait IListDictionary_NodeKeyValueCollection_NodeKeyValueEnumeratorMethods: IListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator {
    // Provided methods
    fn ctor(self, list: impl Into<ListDictionary>, is_keys: impl Into<bool>) { ... }
    fn get_current(self) -> Object { ... }
    fn move_next(self) -> bool { ... }
    fn reset(self) { ... }
}

Provided Methods§

Source

fn ctor(self, list: impl Into<ListDictionary>, is_keys: impl Into<bool>)

.ctor(crate::system::collections::specialized::listdictionary::ListDictionary, bool) overload

Source

fn get_current(self) -> Object

get_Current() overload

Source

fn move_next(self) -> bool

MoveNext() overload

Source

fn reset(self)

Reset() 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: IListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator> IListDictionary_NodeKeyValueCollection_NodeKeyValueEnumeratorMethods for __T

Available on crate feature system-collections-specialized-listdictionary only.