You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
@@ -16,7 +16,7 @@ using System.Security.Permissions;
|
||||
namespace System.Xml
|
||||
{
|
||||
[PermissionSetAttribute( SecurityAction.InheritanceDemand, Name = "FullTrust" )]
|
||||
[Obsolete("Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202")]
|
||||
[Obsolete("Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. https://go.microsoft.com/fwlink/?linkid=14202")]
|
||||
public class XmlValidatingReader : XmlReader, IXmlLineInfo, IXmlNamespaceResolver {
|
||||
//
|
||||
// Member fields
|
||||
|
@@ -24,7 +24,7 @@ namespace System.Xml.Schema {
|
||||
/// The Validate method then uses this internal representation for
|
||||
/// efficient runtime validation of any given subtree.</para>
|
||||
/// </devdoc>
|
||||
[Obsolete("Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202")]
|
||||
[Obsolete("Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation. https://go.microsoft.com/fwlink/?linkid=14202")]
|
||||
public sealed class XmlSchemaCollection: ICollection {
|
||||
private Hashtable collection;
|
||||
private XmlNameTable nameTable;
|
||||
|
@@ -13,7 +13,7 @@ namespace System.Xml.Serialization {
|
||||
/// <devdoc>
|
||||
/// <para>[To be supplied.]</para>
|
||||
/// </devdoc>
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple=false)]
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.ReturnValue)]
|
||||
public class XmlAnyAttributeAttribute : System.Attribute {
|
||||
|
||||
/// <include file='doc\XmlAnyAttributeAttribute.uex' path='docs/doc[@for="XmlAnyAttributeAttribute.XmlAnyAttributeAttribute"]/*' />
|
||||
|
@@ -13,7 +13,7 @@ namespace System.Xml.Serialization {
|
||||
/// <devdoc>
|
||||
/// <para>[To be supplied.]</para>
|
||||
/// </devdoc>
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple=false)]
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.ReturnValue)]
|
||||
public class XmlNamespaceDeclarationsAttribute : System.Attribute {
|
||||
|
||||
/// <include file='doc\XmlNamespaceDeclarationsAttribute.uex' path='docs/doc[@for="XmlNamespaceDeclarationsAttribute.XmlNamespaceDeclarationsAttribute"]/*' />
|
||||
|
Reference in New Issue
Block a user