pub trait INameObjectCollectionBase_NameObjectEntryMethods: INameObjectCollectionBase_NameObjectEntry {
// Provided method
fn ctor(self, name: impl Into<Il2CppString>, value: impl Into<Object>) { ... }
}Provided Methods§
Sourcefn ctor(self, name: impl Into<Il2CppString>, value: impl Into<Object>)
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§
impl<__T: INameObjectCollectionBase_NameObjectEntry> INameObjectCollectionBase_NameObjectEntryMethods for __T
Available on crate feature
system-collections-specialized-nameobjectcollectionbase only.