You've already forked linux-packaging-mono
Imported Upstream version 3.12.0
Former-commit-id: cf92446697332992ec36726e78eb8703e1f259d7
This commit is contained in:
@ -254,6 +254,11 @@ namespace System.Xml
|
||||
get { return entity != null ? ReadState.Interactive : source.ReadState; }
|
||||
}
|
||||
|
||||
#if NET_4_0
|
||||
[MonoTODO]
|
||||
public DtdProcessing DtdProcessing { get; set; }
|
||||
#endif
|
||||
|
||||
#if !NET_4_5
|
||||
public override XmlReaderSettings Settings {
|
||||
get { return base.Settings; }
|
||||
|
Reference in New Issue
Block a user