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