public List<PlainSchemePartition>? Partitions { get; set; }
Public Property Partitions As List(Of PlainSchemePartition)
Get
Set
public:
property List<PlainSchemePartition^>^ Partitions {
List<PlainSchemePartition^>^ get ();
void set (List<PlainSchemePartition^>^ value);
}
member Partitions : List<PlainSchemePartition> with get, set