Interface IRelationChildValues<T1, T2>
Namespace: Unity.MARS.Query
Syntax
public interface IRelationChildValues<T1, T2> : IRelationChildValues where T1 : struct where T2 : struct
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| T2 |
Properties
Trait1
Declaration
T1 Trait1 { get; set; }
Property Value
| Type | Description |
|---|---|
| T1 |
Trait2
Declaration
T2 Trait2 { get; set; }
Property Value
| Type | Description |
|---|---|
| T2 |