Class TestListContainerPropertyBag
Inheritance
TestListContainerPropertyBag
Assembly: Unity.Properties.Tests.dll
Syntax
public class TestListContainerPropertyBag : PropertyBag<TestListContainer>, IPropertyBag<TestListContainer>, IPropertyBag
Methods
Accept<TVisitor>(ref TestListContainer, TVisitor, ref ChangeTracker)
Declaration
public override void Accept<TVisitor>(ref TestListContainer container, TVisitor visitor, ref ChangeTracker changeTracker) where TVisitor : IPropertyVisitor
Parameters
Type Parameters
| Name |
Description |
| TVisitor |
|
Overrides
FindProperty<TAction>(string, ref TestListContainer, ref ChangeTracker, ref TAction)
Declaration
public override bool FindProperty<TAction>(string name, ref TestListContainer container, ref ChangeTracker changeTracker, ref TAction action) where TAction : IPropertyGetter<TestListContainer>
Parameters
Returns
Type Parameters
Overrides
Implements