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