T
Tony Johansson
Hello!
Can somebody explain the property construction Direction below. It seems
like a strange construction. This is more similar to how interface would
declare property.
public class SortAdorner : Adorner
{
public ListSortDirection Direction
{
get;
private set;
}
....
}
//Tony
Can somebody explain the property construction Direction below. It seems
like a strange construction. This is more similar to how interface would
declare property.
public class SortAdorner : Adorner
{
public ListSortDirection Direction
{
get;
private set;
}
....
}
//Tony