mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
encapsulation for internal classes, remove old code, document public api
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
using System;
|
||||
|
||||
public struct LineDashPattern
|
||||
internal struct LineDashPattern
|
||||
{
|
||||
public int Phase { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user