Class ClassWithAnonymousType
Namespace: Unity.Properties.CodeGen.IntegrationTests
Syntax
public class ClassWithAnonymousType
Fields
AnonymousValue
Declaration
public (int IntValue, float FloatValue) AnonymousValue
Field Value
Type | Description |
---|---|
ValueTuple<Int32, Single> |