Mark Datum.type and Datum.content as protected instead of internal
This commit is contained in:
parent
cdbef62e70
commit
c683f72e10
@ -71,8 +71,8 @@ namespace StudySystemClient.Der {
|
||||
}
|
||||
|
||||
public abstract class Datum {
|
||||
internal uint8 type;
|
||||
internal uint8[] content;
|
||||
protected uint8 type;
|
||||
protected uint8[] content;
|
||||
|
||||
public uint8[] encode() {
|
||||
var buffer = new ByteArray();
|
||||
|
Loading…
x
Reference in New Issue
Block a user