Exemplo n.º 1
0
    public static Nested3 Get()
    {
        byte unused;

        return(new Nested3 {
            Field1 = &unused, Field2 = FloatAndByte.Get()
        });
    }
Exemplo n.º 2
0
	public bool Equals(FloatAndByte other)
	{
		return Byte == other.Byte && Float == other.Float;
	}
Exemplo n.º 3
0
 public bool Equals(FloatAndByte other)
 {
     return(Byte == other.Byte && Float == other.Float);
 }