public List<Cycle<T>> Cycles { get; set; }
Public Property Cycles As List(Of Cycle(Of T)) Get Set
public: property List<Cycle<T>^>^ Cycles { List<Cycle<T>^>^ get (); void set (List<Cycle<T>^>^ value); }
member Cycles : List<Cycle<'T>> with get, set
function get_Cycles(); function set_Cycles(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.