Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetPropertyBagBase<TSet, TElement>

A IPropertyBag<TContainer> implementation for a generic set of elements using the ISet_1 interface.
Read time 1 minuteLast updated 8 days ago

Definition

public class SetPropertyBagBase<TSet, TElement> : PropertyBag<TSet>, ISetPropertyBag<TSet, TElement>, ICollectionPropertyBag<TSet, TElement>, IPropertyBag<TSet>, IPropertyBag, ICollectionPropertyBagAccept<TSet>, ISetPropertyBagAccept<TSet>, ISetPropertyAccept<TSet>, IKeyedProperties<TSet, object> where TSet : ISet<TElement>

Methods

Method

Description

TryGetPropertyGets the property associated with the specified name.

Inheritance