public T2 Item2 { get; }
Public ReadOnly Property Item2 As T2 Get
public: property T2 Item2 { T2 get (); }
member Item2 : 'T2 with get