public UncContributions<T> U { get; set; }
Public Property U As UncContributions(Of T)
Get
Set
public:
property UncContributions<T>^ U {
UncContributions<T>^ get ();
void set (UncContributions<T>^ value);
}
member U : UncContributions<'T> with get, set