Skip to main content

INameObjectCollectionBase_NameObjectEntryMethods

Trait INameObjectCollectionBase_NameObjectEntryMethods 

Source
pub trait INameObjectCollectionBase_NameObjectEntryMethods: INameObjectCollectionBase_NameObjectEntry {
    // Provided method
    fn ctor(self, name: impl Into<Il2CppString>, value: impl Into<Object>) { ... }
}

Provided Methods§

Source

fn ctor(self, name: impl Into<Il2CppString>, value: impl Into<Object>)

.ctor(::unity::Il2CppString, 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: INameObjectCollectionBase_NameObjectEntry> INameObjectCollectionBase_NameObjectEntryMethods for __T

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