Skip to main content

INameObjectCollectionBase_NameObjectKeysEnumeratorMethods

Trait INameObjectCollectionBase_NameObjectKeysEnumeratorMethods 

Source
pub trait INameObjectCollectionBase_NameObjectKeysEnumeratorMethods: INameObjectCollectionBase_NameObjectKeysEnumerator {
    // Provided methods
    fn ctor(self, coll: impl Into<NameObjectCollectionBase>) { ... }
    fn move_next(self) -> bool { ... }
    fn reset(self) { ... }
    fn get_current(self) -> Object { ... }
}

Provided Methods§

Source

fn ctor(self, coll: impl Into<NameObjectCollectionBase>)

.ctor(crate::system::collections::specialized::nameobjectcollectionbase::NameObjectCollectionBase) overload

Source

fn move_next(self) -> bool

MoveNext() overload

Source

fn reset(self)

Reset() overload

Source

fn get_current(self) -> Object

get_Current() 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: INameObjectCollectionBase_NameObjectKeysEnumerator> INameObjectCollectionBase_NameObjectKeysEnumeratorMethods for __T

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