Interface ICollectionChild<TParent>
Namespace: Ludiq
Syntax
public interface ICollectionChild<TParent>
where TParent : class
Type Parameters
| Name | Description |
|---|---|
| TParent |
Properties
parent
Declaration
TParent parent { get; set; }
Property Value
| Type | Description |
|---|---|
| TParent |