encapsulation for internal classes, remove old code, document public api

This commit is contained in:
Eliot Jones
2018-01-07 12:37:48 +00:00
parent ad1ef0e167
commit bb93484909
58 changed files with 181 additions and 1117 deletions

View File

@@ -2,7 +2,7 @@
{
using System;
public struct LineDashPattern
internal struct LineDashPattern
{
public int Phase { get; }