Class Foo<T0, T1>
Namespace: Unity.Properties.CodeGen.IntegrationTests
Syntax
public class Foo<T0, T1>
Type Parameters
Name | Description |
---|---|
T0 | |
T1 |
Fields
Value0
Declaration
public T0 Value0
Field Value
Type | Description |
---|---|
T0 |
Value1
Declaration
public T1 Value1
Field Value
Type | Description |
---|---|
T1 |
Properties
Value0Property
Declaration
public T0 Value0Property { get; set; }
Property Value
Type | Description |
---|---|
T0 |