You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
@@ -15,12 +15,23 @@
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.Binary.BinaryPrimitives))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.BuffersExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.IBufferWriter<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.IMemoryOwner<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.IPinnable))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.MemoryHandle))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.OperationStatus))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.StandardFormat))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.MemoryManager<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.MemoryPool<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.ReadOnlySequence<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.ReadOnlySequenceSegment<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.Text.Base64))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.Text.Utf8Formatter))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.Text.Utf8Parser))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Memory<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.MemoryExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ReadOnlyMemory<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ReadOnlySpan<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.MemoryMarshal))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.SequenceMarshal))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.SequencePosition))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Span<>))]
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Environment))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Path))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Math))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.MathF))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.MidpointRounding))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebUtility))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Progress<>))]
|
||||
|
||||
@@ -55,7 +55,6 @@ namespace Mono.Data.Sqlite
|
||||
Collation = 2,
|
||||
Scalar = 0,
|
||||
}
|
||||
[System.ComponentModel.DesignerAttribute("SQLite.Designer.SqliteCommandDesigner, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
|
||||
[System.ComponentModel.ToolboxItemAttribute(true)]
|
||||
public sealed partial class SqliteCommand : System.Data.Common.DbCommand, System.ICloneable
|
||||
{
|
||||
@@ -285,7 +284,6 @@ namespace Mono.Data.Sqlite
|
||||
public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
|
||||
}
|
||||
[System.ComponentModel.DefaultEventAttribute("RowUpdated")]
|
||||
[System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.Data.VS.SqlDataAdapterDesigner, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||
[System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
|
||||
public sealed partial class SqliteDataAdapter : System.Data.Common.DbDataAdapter
|
||||
{
|
||||
|
||||
@@ -353,31 +353,31 @@ namespace Mono.Data.Tds.Protocol
|
||||
public partial class TdsDataColumn
|
||||
{
|
||||
public TdsDataColumn() { }
|
||||
public System.Nullable<bool> AllowDBNull { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string BaseCatalogName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string BaseColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string BaseSchemaName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string BaseServerName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string BaseTableName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string ColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<int> ColumnOrdinal { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<int> ColumnSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> ColumnType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string DataTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<bool> IsAliased { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<bool> IsAutoIncrement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<bool> IsExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<bool> IsHidden { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<bool> IsIdentity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<bool> IsKey { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<bool> IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<bool> IsRowVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<bool> IsUnique { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<bool> AllowDBNull { get { throw null; } set { } }
|
||||
public string BaseCatalogName { get { throw null; } set { } }
|
||||
public string BaseColumnName { get { throw null; } set { } }
|
||||
public string BaseSchemaName { get { throw null; } set { } }
|
||||
public string BaseServerName { get { throw null; } set { } }
|
||||
public string BaseTableName { get { throw null; } set { } }
|
||||
public string ColumnName { get { throw null; } set { } }
|
||||
public System.Nullable<int> ColumnOrdinal { get { throw null; } set { } }
|
||||
public System.Nullable<int> ColumnSize { get { throw null; } set { } }
|
||||
public System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> ColumnType { get { throw null; } set { } }
|
||||
public string DataTypeName { get { throw null; } set { } }
|
||||
public System.Nullable<bool> IsAliased { get { throw null; } set { } }
|
||||
public System.Nullable<bool> IsAutoIncrement { get { throw null; } set { } }
|
||||
public System.Nullable<bool> IsExpression { get { throw null; } set { } }
|
||||
public System.Nullable<bool> IsHidden { get { throw null; } set { } }
|
||||
public System.Nullable<bool> IsIdentity { get { throw null; } set { } }
|
||||
public System.Nullable<bool> IsKey { get { throw null; } set { } }
|
||||
public System.Nullable<bool> IsReadOnly { get { throw null; } set { } }
|
||||
public System.Nullable<bool> IsRowVersion { get { throw null; } set { } }
|
||||
public System.Nullable<bool> IsUnique { get { throw null; } set { } }
|
||||
public object this[string key] { get { throw null; } set { } }
|
||||
public System.Nullable<int> LCID { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<short> NumericPrecision { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<short> NumericScale { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<int> SortOrder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<int> LCID { get { throw null; } set { } }
|
||||
public System.Nullable<short> NumericPrecision { get { throw null; } set { } }
|
||||
public System.Nullable<short> NumericScale { get { throw null; } set { } }
|
||||
public System.Nullable<int> SortOrder { get { throw null; } set { } }
|
||||
}
|
||||
public partial class TdsDataColumnCollection : System.Collections.IEnumerable
|
||||
{
|
||||
|
||||
@@ -1 +1 @@
|
||||
66c66b4ae6312bd590aaacdf00a6ced316e2a771
|
||||
fbbfb809e669cd28915a2ce441880c2bc7d5fad4
|
||||
@@ -1 +1 @@
|
||||
4cbdad36c815f26594178021e5b6cd0260d3b577
|
||||
2f2bde5da90b7df3ecff4d17577694dc843f3c0a
|
||||
@@ -16,6 +16,7 @@
|
||||
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
|
||||
[assembly:System.Resources.SatelliteContractVersionAttribute("2.0.5.0")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("net_4_x_System.ComponentModel.Composition_xunit-test, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
@@ -125,8 +126,8 @@ namespace System.ComponentModel.Composition
|
||||
public ExportAttribute(string contractName) { }
|
||||
public ExportAttribute(string contractName, System.Type contractType) { }
|
||||
public ExportAttribute(System.Type contractType) { }
|
||||
public string ContractName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Type ContractType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string ContractName { get { throw null; } }
|
||||
public System.Type ContractType { get { throw null; } }
|
||||
}
|
||||
public partial class ExportFactory<T>
|
||||
{
|
||||
@@ -149,9 +150,9 @@ namespace System.ComponentModel.Composition
|
||||
public sealed partial class ExportMetadataAttribute : System.Attribute
|
||||
{
|
||||
public ExportMetadataAttribute(string name, object value) { }
|
||||
public bool IsMultiple { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public object Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public bool IsMultiple { get { throw null; } set { } }
|
||||
public string Name { get { throw null; } }
|
||||
public object Value { get { throw null; } }
|
||||
}
|
||||
public partial interface ICompositionService
|
||||
{
|
||||
@@ -164,12 +165,12 @@ namespace System.ComponentModel.Composition
|
||||
public ImportAttribute(string contractName) { }
|
||||
public ImportAttribute(string contractName, System.Type contractType) { }
|
||||
public ImportAttribute(System.Type contractType) { }
|
||||
public bool AllowDefault { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool AllowRecomposition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string ContractName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Type ContractType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.Composition.CreationPolicy RequiredCreationPolicy { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.ComponentModel.Composition.ImportSource Source { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool AllowDefault { get { throw null; } set { } }
|
||||
public bool AllowRecomposition { get { throw null; } set { } }
|
||||
public string ContractName { get { throw null; } }
|
||||
public System.Type ContractType { get { throw null; } }
|
||||
public System.ComponentModel.Composition.CreationPolicy RequiredCreationPolicy { get { throw null; } set { } }
|
||||
public System.ComponentModel.Composition.ImportSource Source { get { throw null; } set { } }
|
||||
}
|
||||
[System.Diagnostics.DebuggerDisplayAttribute("{Message}")]
|
||||
[System.Diagnostics.DebuggerTypeProxyAttribute("System.ComponentModel.Composition.ImportCardinalityMismatchExceptionDebuggerProxy")]
|
||||
@@ -194,11 +195,11 @@ namespace System.ComponentModel.Composition
|
||||
public ImportManyAttribute(string contractName) { }
|
||||
public ImportManyAttribute(string contractName, System.Type contractType) { }
|
||||
public ImportManyAttribute(System.Type contractType) { }
|
||||
public bool AllowRecomposition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string ContractName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Type ContractType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.Composition.CreationPolicy RequiredCreationPolicy { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.ComponentModel.Composition.ImportSource Source { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool AllowRecomposition { get { throw null; } set { } }
|
||||
public string ContractName { get { throw null; } }
|
||||
public System.Type ContractType { get { throw null; } }
|
||||
public System.ComponentModel.Composition.CreationPolicy RequiredCreationPolicy { get { throw null; } set { } }
|
||||
public System.ComponentModel.Composition.ImportSource Source { get { throw null; } set { } }
|
||||
}
|
||||
public enum ImportSource
|
||||
{
|
||||
@@ -227,20 +228,20 @@ namespace System.ComponentModel.Composition
|
||||
public sealed partial class MetadataViewImplementationAttribute : System.Attribute
|
||||
{
|
||||
public MetadataViewImplementationAttribute(System.Type implementationType) { }
|
||||
public System.Type ImplementationType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Type ImplementationType { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class PartCreationPolicyAttribute : System.Attribute
|
||||
{
|
||||
public PartCreationPolicyAttribute(System.ComponentModel.Composition.CreationPolicy creationPolicy) { }
|
||||
public System.ComponentModel.Composition.CreationPolicy CreationPolicy { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.Composition.CreationPolicy CreationPolicy { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=false)]
|
||||
public sealed partial class PartMetadataAttribute : System.Attribute
|
||||
{
|
||||
public PartMetadataAttribute(string name, object value) { }
|
||||
public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public object Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Name { get { throw null; } }
|
||||
public object Value { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class PartNotDiscoverableAttribute : System.Attribute
|
||||
@@ -337,7 +338,7 @@ namespace System.ComponentModel.Composition.Hosting
|
||||
{
|
||||
public ComposablePartCatalogChangeEventArgs(System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> addedDefinitions, System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> removedDefinitions, System.ComponentModel.Composition.Hosting.AtomicComposition atomicComposition) { }
|
||||
public System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> AddedDefinitions { get { throw null; } }
|
||||
public System.ComponentModel.Composition.Hosting.AtomicComposition AtomicComposition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.Composition.Hosting.AtomicComposition AtomicComposition { get { throw null; } }
|
||||
public System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> RemovedDefinitions { get { throw null; } }
|
||||
}
|
||||
public partial class ComposablePartExportProvider : System.ComponentModel.Composition.Hosting.ExportProvider, System.IDisposable
|
||||
@@ -479,7 +480,7 @@ namespace System.ComponentModel.Composition.Hosting
|
||||
{
|
||||
public ExportsChangeEventArgs(System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ExportDefinition> addedExports, System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ExportDefinition> removedExports, System.ComponentModel.Composition.Hosting.AtomicComposition atomicComposition) { }
|
||||
public System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ExportDefinition> AddedExports { get { throw null; } }
|
||||
public System.ComponentModel.Composition.Hosting.AtomicComposition AtomicComposition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.Composition.Hosting.AtomicComposition AtomicComposition { get { throw null; } }
|
||||
public System.Collections.Generic.IEnumerable<string> ChangedContractNames { get { throw null; } }
|
||||
public System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ExportDefinition> RemovedExports { get { throw null; } }
|
||||
}
|
||||
|
||||
@@ -42,14 +42,14 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public sealed partial class BindableTypeAttribute : System.Attribute
|
||||
{
|
||||
public BindableTypeAttribute() { }
|
||||
public bool IsBindable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool IsBindable { get { throw null; } set { } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false)]
|
||||
public partial class CompareAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public CompareAttribute(string otherProperty) { }
|
||||
public string OtherProperty { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string OtherPropertyDisplayName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string OtherProperty { get { throw null; } }
|
||||
public string OtherPropertyDisplayName { get { throw null; } }
|
||||
public override bool RequiresValidationContext { get { throw null; } }
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
protected override System.ComponentModel.DataAnnotations.ValidationResult IsValid(object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext) { throw null; }
|
||||
@@ -100,9 +100,9 @@ namespace System.ComponentModel.DataAnnotations
|
||||
{
|
||||
public DataTypeAttribute(System.ComponentModel.DataAnnotations.DataType dataType) { }
|
||||
public DataTypeAttribute(string customDataType) { }
|
||||
public string CustomDataType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.DataAnnotations.DataType DataType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.DataAnnotations.DisplayFormatAttribute DisplayFormat { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
|
||||
public string CustomDataType { get { throw null; } }
|
||||
public System.ComponentModel.DataAnnotations.DataType DataType { get { throw null; } }
|
||||
public System.ComponentModel.DataAnnotations.DisplayFormatAttribute DisplayFormat { get { throw null; } protected set { } }
|
||||
public virtual string GetDataTypeName() { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
@@ -134,26 +134,26 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public DisplayColumnAttribute(string displayColumn) { }
|
||||
public DisplayColumnAttribute(string displayColumn, string sortColumn) { }
|
||||
public DisplayColumnAttribute(string displayColumn, string sortColumn, bool sortDescending) { }
|
||||
public string DisplayColumn { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string SortColumn { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public bool SortDescending { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string DisplayColumn { get { throw null; } }
|
||||
public string SortColumn { get { throw null; } }
|
||||
public bool SortDescending { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
|
||||
public partial class DisplayFormatAttribute : System.Attribute
|
||||
{
|
||||
public DisplayFormatAttribute() { }
|
||||
public bool ApplyFormatInEditMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool ConvertEmptyStringToNull { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string DataFormatString { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool HtmlEncode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string NullDisplayText { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool ApplyFormatInEditMode { get { throw null; } set { } }
|
||||
public bool ConvertEmptyStringToNull { get { throw null; } set { } }
|
||||
public string DataFormatString { get { throw null; } set { } }
|
||||
public bool HtmlEncode { get { throw null; } set { } }
|
||||
public string NullDisplayText { get { throw null; } set { } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false, Inherited=true)]
|
||||
public sealed partial class EditableAttribute : System.Attribute
|
||||
{
|
||||
public EditableAttribute(bool allowEdit) { }
|
||||
public bool AllowEdit { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public bool AllowInitialValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool AllowEdit { get { throw null; } }
|
||||
public bool AllowInitialValue { get { throw null; } set { } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
public sealed partial class EmailAddressAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
@@ -165,7 +165,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public sealed partial class EnumDataTypeAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public EnumDataTypeAttribute(System.Type enumType) : base (default(System.ComponentModel.DataAnnotations.DataType)) { }
|
||||
public System.Type EnumType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Type EnumType { get { throw null; } }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
@@ -203,7 +203,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
{
|
||||
public MaxLengthAttribute() { }
|
||||
public MaxLengthAttribute(int length) { }
|
||||
public int Length { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public int Length { get { throw null; } }
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
@@ -217,7 +217,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public partial class MinLengthAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public MinLengthAttribute(int length) { }
|
||||
public int Length { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public int Length { get { throw null; } }
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
@@ -233,9 +233,9 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public RangeAttribute(double minimum, double maximum) { }
|
||||
public RangeAttribute(int minimum, int maximum) { }
|
||||
public RangeAttribute(System.Type type, string minimum, string maximum) { }
|
||||
public object Maximum { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public object Minimum { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Type OperandType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public object Maximum { get { throw null; } }
|
||||
public object Minimum { get { throw null; } }
|
||||
public System.Type OperandType { get { throw null; } }
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
@@ -244,7 +244,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
{
|
||||
public RegularExpressionAttribute(string pattern) { }
|
||||
public int MatchTimeoutInMilliseconds { get { throw null; } set { } }
|
||||
public string Pattern { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Pattern { get { throw null; } }
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
@@ -252,27 +252,27 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public partial class RequiredAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public RequiredAttribute() { }
|
||||
public bool AllowEmptyStrings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool AllowEmptyStrings { get { throw null; } set { } }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
|
||||
public partial class ScaffoldColumnAttribute : System.Attribute
|
||||
{
|
||||
public ScaffoldColumnAttribute(bool scaffold) { }
|
||||
public bool Scaffold { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public bool Scaffold { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
|
||||
public partial class ScaffoldTableAttribute : System.Attribute
|
||||
{
|
||||
public ScaffoldTableAttribute(bool scaffold) { }
|
||||
public bool Scaffold { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public bool Scaffold { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
public partial class StringLengthAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public StringLengthAttribute(int maximumLength) { }
|
||||
public int MaximumLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public int MinimumLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public int MaximumLength { get { throw null; } }
|
||||
public int MinimumLength { get { throw null; } set { } }
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
@@ -340,9 +340,9 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public ValidationException(string message) { }
|
||||
public ValidationException(string errorMessage, System.ComponentModel.DataAnnotations.ValidationAttribute validatingAttribute, object value) { }
|
||||
public ValidationException(string message, System.Exception innerException) { }
|
||||
public System.ComponentModel.DataAnnotations.ValidationAttribute ValidationAttribute { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.DataAnnotations.ValidationAttribute ValidationAttribute { get { throw null; } }
|
||||
public System.ComponentModel.DataAnnotations.ValidationResult ValidationResult { get { throw null; } }
|
||||
public object Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public object Value { get { throw null; } }
|
||||
}
|
||||
public partial class ValidationResult
|
||||
{
|
||||
@@ -386,7 +386,7 @@ namespace System.ComponentModel.DataAnnotations.Schema
|
||||
public partial class DatabaseGeneratedAttribute : System.Attribute
|
||||
{
|
||||
public DatabaseGeneratedAttribute(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption databaseGeneratedOption) { }
|
||||
public System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption DatabaseGeneratedOption { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption DatabaseGeneratedOption { get { throw null; } }
|
||||
}
|
||||
public enum DatabaseGeneratedOption
|
||||
{
|
||||
|
||||
@@ -1 +1 @@
|
||||
9353b66f78db9388051dacdf077cea687c85e6ad
|
||||
f33b8a63fa46172d23817d0bcc706d25a6ddd781
|
||||
@@ -1 +1 @@
|
||||
274af052eceb5c59cf4900049c94a24b6978bf0e
|
||||
e7966ea302c46f6d09a52da2209dd99e2df1d8ca
|
||||
@@ -80,12 +80,16 @@ namespace System.Json
|
||||
public JsonPrimitive(short value) { }
|
||||
public JsonPrimitive(int value) { }
|
||||
public JsonPrimitive(long value) { }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public JsonPrimitive(sbyte value) { }
|
||||
public JsonPrimitive(float value) { }
|
||||
public JsonPrimitive(string value) { }
|
||||
public JsonPrimitive(System.TimeSpan value) { }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public JsonPrimitive(ushort value) { }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public JsonPrimitive(uint value) { }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public JsonPrimitive(ulong value) { }
|
||||
public JsonPrimitive(System.Uri value) { }
|
||||
public override System.Json.JsonType JsonType { get { throw null; } }
|
||||
@@ -131,20 +135,28 @@ namespace System.Json
|
||||
public static implicit operator short (System.Json.JsonValue value) { throw null; }
|
||||
public static implicit operator int (System.Json.JsonValue value) { throw null; }
|
||||
public static implicit operator long (System.Json.JsonValue value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static implicit operator sbyte (System.Json.JsonValue value) { throw null; }
|
||||
public static implicit operator float (System.Json.JsonValue value) { throw null; }
|
||||
public static implicit operator string (System.Json.JsonValue value) { throw null; }
|
||||
public static implicit operator System.TimeSpan (System.Json.JsonValue value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static implicit operator ushort (System.Json.JsonValue value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static implicit operator uint (System.Json.JsonValue value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static implicit operator ulong (System.Json.JsonValue value) { throw null; }
|
||||
public static implicit operator System.Uri (System.Json.JsonValue value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static implicit operator System.Json.JsonValue (sbyte value) { throw null; }
|
||||
public static implicit operator System.Json.JsonValue (float value) { throw null; }
|
||||
public static implicit operator System.Json.JsonValue (string value) { throw null; }
|
||||
public static implicit operator System.Json.JsonValue (System.TimeSpan value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static implicit operator System.Json.JsonValue (ushort value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static implicit operator System.Json.JsonValue (uint value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static implicit operator System.Json.JsonValue (ulong value) { throw null; }
|
||||
public static implicit operator System.Json.JsonValue (System.Uri value) { throw null; }
|
||||
public static System.Json.JsonValue Parse(string jsonString) { throw null; }
|
||||
|
||||
@@ -184,7 +184,7 @@ namespace System.Net.Http
|
||||
public HttpRequestMessage() { }
|
||||
public HttpRequestMessage(System.Net.Http.HttpMethod method, string requestUri) { }
|
||||
public HttpRequestMessage(System.Net.Http.HttpMethod method, System.Uri requestUri) { }
|
||||
public System.Net.Http.HttpContent Content { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Net.Http.HttpContent Content { get { throw null; } set { } }
|
||||
public System.Net.Http.Headers.HttpRequestHeaders Headers { get { throw null; } }
|
||||
public System.Net.Http.HttpMethod Method { get { throw null; } set { } }
|
||||
public System.Collections.Generic.IDictionary<string, object> Properties { get { throw null; } }
|
||||
@@ -198,11 +198,11 @@ namespace System.Net.Http
|
||||
{
|
||||
public HttpResponseMessage() { }
|
||||
public HttpResponseMessage(System.Net.HttpStatusCode statusCode) { }
|
||||
public System.Net.Http.HttpContent Content { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Net.Http.HttpContent Content { get { throw null; } set { } }
|
||||
public System.Net.Http.Headers.HttpResponseHeaders Headers { get { throw null; } }
|
||||
public bool IsSuccessStatusCode { get { throw null; } }
|
||||
public string ReasonPhrase { get { throw null; } set { } }
|
||||
public System.Net.Http.HttpRequestMessage RequestMessage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Net.Http.HttpRequestMessage RequestMessage { get { throw null; } set { } }
|
||||
public System.Net.HttpStatusCode StatusCode { get { throw null; } set { } }
|
||||
public System.Version Version { get { throw null; } set { } }
|
||||
public void Dispose() { }
|
||||
@@ -260,8 +260,8 @@ namespace System.Net.Http.Headers
|
||||
{
|
||||
public AuthenticationHeaderValue(string scheme) { }
|
||||
public AuthenticationHeaderValue(string scheme, string parameter) { }
|
||||
public string Parameter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Scheme { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Parameter { get { throw null; } }
|
||||
public string Scheme { get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static System.Net.Http.Headers.AuthenticationHeaderValue Parse(string input) { throw null; }
|
||||
@@ -273,21 +273,21 @@ namespace System.Net.Http.Headers
|
||||
{
|
||||
public CacheControlHeaderValue() { }
|
||||
public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Extensions { get { throw null; } }
|
||||
public System.Nullable<System.TimeSpan> MaxAge { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool MaxStale { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<System.TimeSpan> MaxStaleLimit { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<System.TimeSpan> MinFresh { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool MustRevalidate { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool NoCache { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<System.TimeSpan> MaxAge { get { throw null; } set { } }
|
||||
public bool MaxStale { get { throw null; } set { } }
|
||||
public System.Nullable<System.TimeSpan> MaxStaleLimit { get { throw null; } set { } }
|
||||
public System.Nullable<System.TimeSpan> MinFresh { get { throw null; } set { } }
|
||||
public bool MustRevalidate { get { throw null; } set { } }
|
||||
public bool NoCache { get { throw null; } set { } }
|
||||
public System.Collections.Generic.ICollection<string> NoCacheHeaders { get { throw null; } }
|
||||
public bool NoStore { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool NoTransform { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool OnlyIfCached { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool Private { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool NoStore { get { throw null; } set { } }
|
||||
public bool NoTransform { get { throw null; } set { } }
|
||||
public bool OnlyIfCached { get { throw null; } set { } }
|
||||
public bool Private { get { throw null; } set { } }
|
||||
public System.Collections.Generic.ICollection<string> PrivateHeaders { get { throw null; } }
|
||||
public bool ProxyRevalidate { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool Public { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Nullable<System.TimeSpan> SharedMaxAge { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool ProxyRevalidate { get { throw null; } set { } }
|
||||
public bool Public { get { throw null; } set { } }
|
||||
public System.Nullable<System.TimeSpan> SharedMaxAge { get { throw null; } set { } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static System.Net.Http.Headers.CacheControlHeaderValue Parse(string input) { throw null; }
|
||||
@@ -320,11 +320,11 @@ namespace System.Net.Http.Headers
|
||||
public ContentRangeHeaderValue(long length) { }
|
||||
public ContentRangeHeaderValue(long from, long to) { }
|
||||
public ContentRangeHeaderValue(long from, long to, long length) { }
|
||||
public System.Nullable<long> From { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Nullable<long> From { get { throw null; } }
|
||||
public bool HasLength { get { throw null; } }
|
||||
public bool HasRange { get { throw null; } }
|
||||
public System.Nullable<long> Length { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Nullable<long> To { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Nullable<long> Length { get { throw null; } }
|
||||
public System.Nullable<long> To { get { throw null; } }
|
||||
public string Unit { get { throw null; } set { } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
@@ -338,8 +338,8 @@ namespace System.Net.Http.Headers
|
||||
public EntityTagHeaderValue(string tag) { }
|
||||
public EntityTagHeaderValue(string tag, bool isWeak) { }
|
||||
public static System.Net.Http.Headers.EntityTagHeaderValue Any { get { throw null; } }
|
||||
public bool IsWeak { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Tag { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public bool IsWeak { get { throw null; } }
|
||||
public string Tag { get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static System.Net.Http.Headers.EntityTagHeaderValue Parse(string input) { throw null; }
|
||||
@@ -480,7 +480,7 @@ namespace System.Net.Http.Headers
|
||||
protected internal NameValueHeaderValue(System.Net.Http.Headers.NameValueHeaderValue source) { }
|
||||
public NameValueHeaderValue(string name) { }
|
||||
public NameValueHeaderValue(string name, string value) { }
|
||||
public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Name { get { throw null; } }
|
||||
public string Value { get { throw null; } set { } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
@@ -506,8 +506,8 @@ namespace System.Net.Http.Headers
|
||||
{
|
||||
public ProductHeaderValue(string name) { }
|
||||
public ProductHeaderValue(string name, string version) { }
|
||||
public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Version { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Name { get { throw null; } }
|
||||
public string Version { get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static System.Net.Http.Headers.ProductHeaderValue Parse(string input) { throw null; }
|
||||
@@ -520,8 +520,8 @@ namespace System.Net.Http.Headers
|
||||
public ProductInfoHeaderValue(System.Net.Http.Headers.ProductHeaderValue product) { }
|
||||
public ProductInfoHeaderValue(string comment) { }
|
||||
public ProductInfoHeaderValue(string productName, string productVersion) { }
|
||||
public string Comment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Net.Http.Headers.ProductHeaderValue Product { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Comment { get { throw null; } }
|
||||
public System.Net.Http.Headers.ProductHeaderValue Product { get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static System.Net.Http.Headers.ProductInfoHeaderValue Parse(string input) { throw null; }
|
||||
@@ -534,8 +534,8 @@ namespace System.Net.Http.Headers
|
||||
public RangeConditionHeaderValue(System.DateTimeOffset date) { }
|
||||
public RangeConditionHeaderValue(System.Net.Http.Headers.EntityTagHeaderValue entityTag) { }
|
||||
public RangeConditionHeaderValue(string entityTag) { }
|
||||
public System.Nullable<System.DateTimeOffset> Date { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Net.Http.Headers.EntityTagHeaderValue EntityTag { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Nullable<System.DateTimeOffset> Date { get { throw null; } }
|
||||
public System.Net.Http.Headers.EntityTagHeaderValue EntityTag { get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static System.Net.Http.Headers.RangeConditionHeaderValue Parse(string input) { throw null; }
|
||||
@@ -559,8 +559,8 @@ namespace System.Net.Http.Headers
|
||||
public partial class RangeItemHeaderValue : System.ICloneable
|
||||
{
|
||||
public RangeItemHeaderValue(System.Nullable<long> from, System.Nullable<long> to) { }
|
||||
public System.Nullable<long> From { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Nullable<long> To { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Nullable<long> From { get { throw null; } }
|
||||
public System.Nullable<long> To { get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
object System.ICloneable.Clone() { throw null; }
|
||||
@@ -570,8 +570,8 @@ namespace System.Net.Http.Headers
|
||||
{
|
||||
public RetryConditionHeaderValue(System.DateTimeOffset date) { }
|
||||
public RetryConditionHeaderValue(System.TimeSpan delta) { }
|
||||
public System.Nullable<System.DateTimeOffset> Date { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Nullable<System.TimeSpan> Delta { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Nullable<System.DateTimeOffset> Date { get { throw null; } }
|
||||
public System.Nullable<System.TimeSpan> Delta { get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static System.Net.Http.Headers.RetryConditionHeaderValue Parse(string input) { throw null; }
|
||||
@@ -583,8 +583,8 @@ namespace System.Net.Http.Headers
|
||||
{
|
||||
public StringWithQualityHeaderValue(string value) { }
|
||||
public StringWithQualityHeaderValue(string value, double quality) { }
|
||||
public System.Nullable<double> Quality { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Nullable<double> Quality { get { throw null; } }
|
||||
public string Value { get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static System.Net.Http.Headers.StringWithQualityHeaderValue Parse(string input) { throw null; }
|
||||
@@ -618,10 +618,10 @@ namespace System.Net.Http.Headers
|
||||
public ViaHeaderValue(string protocolVersion, string receivedBy) { }
|
||||
public ViaHeaderValue(string protocolVersion, string receivedBy, string protocolName) { }
|
||||
public ViaHeaderValue(string protocolVersion, string receivedBy, string protocolName, string comment) { }
|
||||
public string Comment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string ProtocolName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string ProtocolVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string ReceivedBy { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Comment { get { throw null; } }
|
||||
public string ProtocolName { get { throw null; } }
|
||||
public string ProtocolVersion { get { throw null; } }
|
||||
public string ReceivedBy { get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static System.Net.Http.Headers.ViaHeaderValue Parse(string input) { throw null; }
|
||||
@@ -633,10 +633,10 @@ namespace System.Net.Http.Headers
|
||||
{
|
||||
public WarningHeaderValue(int code, string agent, string text) { }
|
||||
public WarningHeaderValue(int code, string agent, string text, System.DateTimeOffset date) { }
|
||||
public string Agent { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public int Code { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Nullable<System.DateTimeOffset> Date { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Text { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Agent { get { throw null; } }
|
||||
public int Code { get { throw null; } }
|
||||
public System.Nullable<System.DateTimeOffset> Date { get { throw null; } }
|
||||
public string Text { get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static System.Net.Http.Headers.WarningHeaderValue Parse(string input) { throw null; }
|
||||
|
||||
@@ -24,162 +24,8 @@
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Numerics.Matrix4x4))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Numerics.Plane))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Numerics.Quaternion))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Numerics.Vector))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Numerics.Vector2))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Numerics.Vector3))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Numerics.Vector4))]
|
||||
namespace System.Numerics
|
||||
{
|
||||
public static partial class Vector
|
||||
{
|
||||
public static bool IsHardwareAccelerated { get { throw null; } }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> Abs<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> Add<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> AndNot<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Byte> AsVectorByte<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Double> AsVectorDouble<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int16> AsVectorInt16<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int32> AsVectorInt32<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int64> AsVectorInt64<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)][System.CLSCompliantAttribute(false)]
|
||||
public static System.Numerics.Vector<System.SByte> AsVectorSByte<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Single> AsVectorSingle<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)][System.CLSCompliantAttribute(false)]
|
||||
public static System.Numerics.Vector<System.UInt16> AsVectorUInt16<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)][System.CLSCompliantAttribute(false)]
|
||||
public static System.Numerics.Vector<System.UInt32> AsVectorUInt32<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)][System.CLSCompliantAttribute(false)]
|
||||
public static System.Numerics.Vector<System.UInt64> AsVectorUInt64<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> BitwiseAnd<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> BitwiseOr<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Single> ConditionalSelect(System.Numerics.Vector<System.Int32> condition, System.Numerics.Vector<System.Single> left, System.Numerics.Vector<System.Single> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Double> ConditionalSelect(System.Numerics.Vector<System.Int64> condition, System.Numerics.Vector<System.Double> left, System.Numerics.Vector<System.Double> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> ConditionalSelect<T>(System.Numerics.Vector<T> condition, System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
public static System.Numerics.Vector<System.Double> ConvertToDouble(System.Numerics.Vector<System.Int64> value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static System.Numerics.Vector<System.Double> ConvertToDouble(System.Numerics.Vector<System.UInt64> value) { throw null; }
|
||||
public static System.Numerics.Vector<System.Int32> ConvertToInt32(System.Numerics.Vector<System.Single> value) { throw null; }
|
||||
public static System.Numerics.Vector<System.Int64> ConvertToInt64(System.Numerics.Vector<System.Double> value) { throw null; }
|
||||
public static System.Numerics.Vector<System.Single> ConvertToSingle(System.Numerics.Vector<System.Int32> value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static System.Numerics.Vector<System.Single> ConvertToSingle(System.Numerics.Vector<System.UInt32> value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static System.Numerics.Vector<System.UInt32> ConvertToUInt32(System.Numerics.Vector<System.Single> value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static System.Numerics.Vector<System.UInt64> ConvertToUInt64(System.Numerics.Vector<System.Double> value) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> Divide<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static T Dot<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int64> Equals(System.Numerics.Vector<System.Double> left, System.Numerics.Vector<System.Double> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int32> Equals(System.Numerics.Vector<System.Int32> left, System.Numerics.Vector<System.Int32> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int64> Equals(System.Numerics.Vector<System.Int64> left, System.Numerics.Vector<System.Int64> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int32> Equals(System.Numerics.Vector<System.Single> left, System.Numerics.Vector<System.Single> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool EqualsAll<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool EqualsAny<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> Equals<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int64> GreaterThan(System.Numerics.Vector<System.Double> left, System.Numerics.Vector<System.Double> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int32> GreaterThan(System.Numerics.Vector<System.Int32> left, System.Numerics.Vector<System.Int32> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int64> GreaterThan(System.Numerics.Vector<System.Int64> left, System.Numerics.Vector<System.Int64> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int32> GreaterThan(System.Numerics.Vector<System.Single> left, System.Numerics.Vector<System.Single> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool GreaterThanAll<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool GreaterThanAny<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int64> GreaterThanOrEqual(System.Numerics.Vector<System.Double> left, System.Numerics.Vector<System.Double> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int32> GreaterThanOrEqual(System.Numerics.Vector<System.Int32> left, System.Numerics.Vector<System.Int32> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int64> GreaterThanOrEqual(System.Numerics.Vector<System.Int64> left, System.Numerics.Vector<System.Int64> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int32> GreaterThanOrEqual(System.Numerics.Vector<System.Single> left, System.Numerics.Vector<System.Single> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool GreaterThanOrEqualAll<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool GreaterThanOrEqualAny<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> GreaterThanOrEqual<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> GreaterThan<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int64> LessThan(System.Numerics.Vector<System.Double> left, System.Numerics.Vector<System.Double> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int32> LessThan(System.Numerics.Vector<System.Int32> left, System.Numerics.Vector<System.Int32> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int64> LessThan(System.Numerics.Vector<System.Int64> left, System.Numerics.Vector<System.Int64> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int32> LessThan(System.Numerics.Vector<System.Single> left, System.Numerics.Vector<System.Single> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool LessThanAll<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool LessThanAny<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int64> LessThanOrEqual(System.Numerics.Vector<System.Double> left, System.Numerics.Vector<System.Double> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int32> LessThanOrEqual(System.Numerics.Vector<System.Int32> left, System.Numerics.Vector<System.Int32> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int64> LessThanOrEqual(System.Numerics.Vector<System.Int64> left, System.Numerics.Vector<System.Int64> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<System.Int32> LessThanOrEqual(System.Numerics.Vector<System.Single> left, System.Numerics.Vector<System.Single> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool LessThanOrEqualAll<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool LessThanOrEqualAny<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> LessThanOrEqual<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> LessThan<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> Max<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> Min<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> Multiply<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> Multiply<T>(System.Numerics.Vector<T> left, T right) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> Multiply<T>(T left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
public static System.Numerics.Vector<System.Single> Narrow(System.Numerics.Vector<System.Double> low, System.Numerics.Vector<System.Double> high) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static System.Numerics.Vector<System.SByte> Narrow(System.Numerics.Vector<System.Int16> low, System.Numerics.Vector<System.Int16> high) { throw null; }
|
||||
public static System.Numerics.Vector<System.Int16> Narrow(System.Numerics.Vector<System.Int32> low, System.Numerics.Vector<System.Int32> high) { throw null; }
|
||||
public static System.Numerics.Vector<System.Int32> Narrow(System.Numerics.Vector<System.Int64> low, System.Numerics.Vector<System.Int64> high) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static System.Numerics.Vector<System.Byte> Narrow(System.Numerics.Vector<System.UInt16> low, System.Numerics.Vector<System.UInt16> high) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static System.Numerics.Vector<System.UInt16> Narrow(System.Numerics.Vector<System.UInt32> low, System.Numerics.Vector<System.UInt32> high) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static System.Numerics.Vector<System.UInt32> Narrow(System.Numerics.Vector<System.UInt64> low, System.Numerics.Vector<System.UInt64> high) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> Negate<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> OnesComplement<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> SquareRoot<T>(System.Numerics.Vector<T> value) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> Subtract<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static void Widen(System.Numerics.Vector<System.Byte> source, out System.Numerics.Vector<System.UInt16> low, out System.Numerics.Vector<System.UInt16> high) { low = default(System.Numerics.Vector<ushort>); high = default(System.Numerics.Vector<ushort>); }
|
||||
public static void Widen(System.Numerics.Vector<System.Int16> source, out System.Numerics.Vector<System.Int32> low, out System.Numerics.Vector<System.Int32> high) { low = default(System.Numerics.Vector<int>); high = default(System.Numerics.Vector<int>); }
|
||||
public static void Widen(System.Numerics.Vector<System.Int32> source, out System.Numerics.Vector<System.Int64> low, out System.Numerics.Vector<System.Int64> high) { low = default(System.Numerics.Vector<long>); high = default(System.Numerics.Vector<long>); }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static void Widen(System.Numerics.Vector<System.SByte> source, out System.Numerics.Vector<System.Int16> low, out System.Numerics.Vector<System.Int16> high) { low = default(System.Numerics.Vector<short>); high = default(System.Numerics.Vector<short>); }
|
||||
public static void Widen(System.Numerics.Vector<System.Single> source, out System.Numerics.Vector<System.Double> low, out System.Numerics.Vector<System.Double> high) { low = default(System.Numerics.Vector<double>); high = default(System.Numerics.Vector<double>); }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static void Widen(System.Numerics.Vector<System.UInt16> source, out System.Numerics.Vector<System.UInt32> low, out System.Numerics.Vector<System.UInt32> high) { low = default(System.Numerics.Vector<uint>); high = default(System.Numerics.Vector<uint>); }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static void Widen(System.Numerics.Vector<System.UInt32> source, out System.Numerics.Vector<System.UInt64> low, out System.Numerics.Vector<System.UInt64> high) { low = default(System.Numerics.Vector<ulong>); high = default(System.Numerics.Vector<ulong>); }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> Xor<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct { throw null; }
|
||||
}
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct Vector<T> : System.IEquatable<System.Numerics.Vector<T>>, System.IFormattable where T : struct
|
||||
{
|
||||
public Vector(T value) { throw null;}
|
||||
public Vector(T[] values) { throw null;}
|
||||
public Vector(T[] values, int index) { throw null;}
|
||||
public static int Count { get { throw null; } }
|
||||
public T this[int index] { get { throw null; } }
|
||||
public static System.Numerics.Vector<T> One { get { throw null; } }
|
||||
public static System.Numerics.Vector<T> Zero { get { throw null; } }
|
||||
public void CopyTo(T[] destination) { }
|
||||
public void CopyTo(T[] destination, int startIndex) { }
|
||||
public bool Equals(System.Numerics.Vector<T> other) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static System.Numerics.Vector<T> operator +(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) { throw null; }
|
||||
public static System.Numerics.Vector<T> operator &(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) { throw null; }
|
||||
public static System.Numerics.Vector<T> operator |(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) { throw null; }
|
||||
public static System.Numerics.Vector<T> operator /(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool operator ==(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) { throw null; }
|
||||
public static System.Numerics.Vector<T> operator ^(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) { throw null; }
|
||||
public static explicit operator System.Numerics.Vector<System.Byte> (System.Numerics.Vector<T> value) { throw null; }
|
||||
public static explicit operator System.Numerics.Vector<System.Double> (System.Numerics.Vector<T> value) { throw null; }
|
||||
public static explicit operator System.Numerics.Vector<System.Int16> (System.Numerics.Vector<T> value) { throw null; }
|
||||
public static explicit operator System.Numerics.Vector<System.Int32> (System.Numerics.Vector<T> value) { throw null; }
|
||||
public static explicit operator System.Numerics.Vector<System.Int64> (System.Numerics.Vector<T> value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static explicit operator System.Numerics.Vector<System.SByte> (System.Numerics.Vector<T> value) { throw null; }
|
||||
public static explicit operator System.Numerics.Vector<System.Single> (System.Numerics.Vector<T> value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static explicit operator System.Numerics.Vector<System.UInt16> (System.Numerics.Vector<T> value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static explicit operator System.Numerics.Vector<System.UInt32> (System.Numerics.Vector<T> value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static explicit operator System.Numerics.Vector<System.UInt64> (System.Numerics.Vector<T> value) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool operator !=(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) { throw null; }
|
||||
public static System.Numerics.Vector<T> operator *(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) { throw null; }
|
||||
public static System.Numerics.Vector<T> operator *(System.Numerics.Vector<T> value, T factor) { throw null; }
|
||||
public static System.Numerics.Vector<T> operator *(T factor, System.Numerics.Vector<T> value) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static System.Numerics.Vector<T> operator ~(System.Numerics.Vector<T> value) { throw null; }
|
||||
public static System.Numerics.Vector<T> operator -(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) { throw null; }
|
||||
public static System.Numerics.Vector<T> operator -(System.Numerics.Vector<T> value) { throw null; }
|
||||
public override string ToString() { throw null; }
|
||||
public string ToString(string format) { throw null; }
|
||||
public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
|
||||
}
|
||||
}
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Numerics.Vector<>))]
|
||||
|
||||
@@ -30,6 +30,8 @@ namespace System.Runtime.CompilerServices
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static void InitBlock(void* startAddress, byte value, uint byteCount) { }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static void InitBlockUnaligned(ref byte startAddress, byte value, uint byteCount) { }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static void InitBlockUnaligned(void* startAddress, byte value, uint byteCount) { }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool IsAddressGreaterThan<T>(ref T left, ref T right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static bool IsAddressLessThan<T>(ref T left, ref T right) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static T ReadUnaligned<T>(ref byte source) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static T ReadUnaligned<T>(void* source) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static T Read<T>(void* source) { throw null; }
|
||||
|
||||
@@ -107,15 +107,15 @@ namespace System.Runtime.Serialization
|
||||
public partial class DataContractSerializerSettings
|
||||
{
|
||||
public DataContractSerializerSettings() { }
|
||||
public System.Runtime.Serialization.DataContractResolver DataContractResolver { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool IgnoreExtensionDataObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Collections.Generic.IEnumerable<System.Type> KnownTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Runtime.Serialization.DataContractResolver DataContractResolver { get { throw null; } set { } }
|
||||
public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { get { throw null; } set { } }
|
||||
public bool IgnoreExtensionDataObject { get { throw null; } set { } }
|
||||
public System.Collections.Generic.IEnumerable<System.Type> KnownTypes { get { throw null; } set { } }
|
||||
public int MaxItemsInObjectGraph { get { throw null; } set { } }
|
||||
public bool PreserveObjectReferences { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Xml.XmlDictionaryString RootName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Xml.XmlDictionaryString RootNamespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool SerializeReadOnlyTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool PreserveObjectReferences { get { throw null; } set { } }
|
||||
public System.Xml.XmlDictionaryString RootName { get { throw null; } set { } }
|
||||
public System.Xml.XmlDictionaryString RootNamespace { get { throw null; } set { } }
|
||||
public bool SerializeReadOnlyTypes { get { throw null; } set { } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), Inherited=false, AllowMultiple=false)]
|
||||
public sealed partial class DataMemberAttribute : System.Attribute
|
||||
@@ -320,15 +320,15 @@ namespace System.Runtime.Serialization.Json
|
||||
public partial class DataContractJsonSerializerSettings
|
||||
{
|
||||
public DataContractJsonSerializerSettings() { }
|
||||
public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Runtime.Serialization.DateTimeFormat DateTimeFormat { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Runtime.Serialization.EmitTypeInformation EmitTypeInformation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool IgnoreExtensionDataObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Collections.Generic.IEnumerable<System.Type> KnownTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { get { throw null; } set { } }
|
||||
public System.Runtime.Serialization.DateTimeFormat DateTimeFormat { get { throw null; } set { } }
|
||||
public System.Runtime.Serialization.EmitTypeInformation EmitTypeInformation { get { throw null; } set { } }
|
||||
public bool IgnoreExtensionDataObject { get { throw null; } set { } }
|
||||
public System.Collections.Generic.IEnumerable<System.Type> KnownTypes { get { throw null; } set { } }
|
||||
public int MaxItemsInObjectGraph { get { throw null; } set { } }
|
||||
public string RootName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool SerializeReadOnlyTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool UseSimpleDictionaryFormat { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string RootName { get { throw null; } set { } }
|
||||
public bool SerializeReadOnlyTypes { get { throw null; } set { } }
|
||||
public bool UseSimpleDictionaryFormat { get { throw null; } set { } }
|
||||
}
|
||||
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
|
||||
public partial interface IXmlJsonReaderInitializer
|
||||
|
||||
@@ -62,8 +62,8 @@ namespace System
|
||||
public UriTemplate(string template, bool ignoreTrailingSlash) { }
|
||||
public UriTemplate(string template, bool ignoreTrailingSlash, System.Collections.Generic.IDictionary<string, string> additionalDefaults) { }
|
||||
public UriTemplate(string template, System.Collections.Generic.IDictionary<string, string> additionalDefaults) { }
|
||||
public System.Collections.Generic.IDictionary<string, string> Defaults { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public bool IgnoreTrailingSlash { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Collections.Generic.IDictionary<string, string> Defaults { get { throw null; } }
|
||||
public bool IgnoreTrailingSlash { get { throw null; } }
|
||||
public System.Collections.ObjectModel.ReadOnlyCollection<string> PathSegmentVariableNames { get { throw null; } }
|
||||
public System.Collections.ObjectModel.ReadOnlyCollection<string> QueryValueVariableNames { get { throw null; } }
|
||||
public System.Uri BindByName(System.Uri baseAddress, System.Collections.Generic.IDictionary<string, string> parameters) { throw null; }
|
||||
@@ -145,7 +145,7 @@ namespace System.ServiceModel
|
||||
{
|
||||
public WebHttpSecurity() { }
|
||||
public System.ServiceModel.WebHttpSecurityMode Mode { get { throw null; } set { } }
|
||||
public System.ServiceModel.HttpTransportSecurity Transport { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.ServiceModel.HttpTransportSecurity Transport { get { throw null; } set { } }
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
|
||||
public bool ShouldSerializeMode() { throw null; }
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
|
||||
@@ -190,7 +190,7 @@ namespace System.ServiceModel.Channels
|
||||
[System.MonoTODOAttribute]
|
||||
public int MaxWritePoolSize { get { throw null; } set { } }
|
||||
public override System.ServiceModel.Channels.MessageVersion MessageVersion { get { throw null; } set { } }
|
||||
public System.Xml.XmlDictionaryReaderQuotas ReaderQuotas { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Xml.XmlDictionaryReaderQuotas ReaderQuotas { get { throw null; } }
|
||||
public System.Text.Encoding WriteEncoding { get { throw null; } set { } }
|
||||
public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext context) { throw null; }
|
||||
public override System.ServiceModel.Channels.BindingElement Clone() { throw null; }
|
||||
@@ -203,12 +203,12 @@ namespace System.ServiceModel.Description
|
||||
public partial class WebHttpBehavior : System.ServiceModel.Description.IEndpointBehavior
|
||||
{
|
||||
public WebHttpBehavior() { }
|
||||
public virtual bool AutomaticFormatSelectionEnabled { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public virtual System.ServiceModel.Web.WebMessageBodyStyle DefaultBodyStyle { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public virtual System.ServiceModel.Web.WebMessageFormat DefaultOutgoingRequestFormat { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public virtual System.ServiceModel.Web.WebMessageFormat DefaultOutgoingResponseFormat { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public virtual bool FaultExceptionEnabled { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public virtual bool HelpEnabled { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public virtual bool AutomaticFormatSelectionEnabled { get { throw null; } set { } }
|
||||
public virtual System.ServiceModel.Web.WebMessageBodyStyle DefaultBodyStyle { get { throw null; } set { } }
|
||||
public virtual System.ServiceModel.Web.WebMessageFormat DefaultOutgoingRequestFormat { get { throw null; } set { } }
|
||||
public virtual System.ServiceModel.Web.WebMessageFormat DefaultOutgoingResponseFormat { get { throw null; } set { } }
|
||||
public virtual bool FaultExceptionEnabled { get { throw null; } set { } }
|
||||
public virtual bool HelpEnabled { get { throw null; } set { } }
|
||||
public virtual void AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters) { }
|
||||
[System.MonoTODOAttribute]
|
||||
protected virtual void AddClientErrorInspector(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime) { }
|
||||
@@ -256,17 +256,17 @@ namespace System.ServiceModel.Web
|
||||
public partial class OutgoingWebRequestContext
|
||||
{
|
||||
internal OutgoingWebRequestContext() { }
|
||||
public string Accept { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public long ContentLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string ContentType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.Net.WebHeaderCollection Headers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string IfMatch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string IfModifiedSince { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string IfNoneMatch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string IfUnmodifiedSince { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string Method { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool SuppressEntityBody { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string UserAgent { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string Accept { get { throw null; } set { } }
|
||||
public long ContentLength { get { throw null; } set { } }
|
||||
public string ContentType { get { throw null; } set { } }
|
||||
public System.Net.WebHeaderCollection Headers { get { throw null; } }
|
||||
public string IfMatch { get { throw null; } set { } }
|
||||
public string IfModifiedSince { get { throw null; } set { } }
|
||||
public string IfNoneMatch { get { throw null; } set { } }
|
||||
public string IfUnmodifiedSince { get { throw null; } set { } }
|
||||
public string Method { get { throw null; } set { } }
|
||||
public bool SuppressEntityBody { get { throw null; } set { } }
|
||||
public string UserAgent { get { throw null; } set { } }
|
||||
}
|
||||
public partial class WebChannelFactory<TChannel> : System.ServiceModel.ChannelFactory<TChannel>
|
||||
{
|
||||
|
||||
@@ -1 +1 @@
|
||||
66d416bcfc3bd2125a8426cd800870dffd952e57
|
||||
fdbaba096bec0ae20215f815e316f483b0560f77
|
||||
@@ -18,6 +18,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace System.Xml.Linq
|
||||
{
|
||||
public static partial class Extensions
|
||||
@@ -62,7 +63,6 @@ namespace System.Xml.Linq
|
||||
None = 0,
|
||||
OmitDuplicateNamespaces = 2,
|
||||
}
|
||||
[System.ComponentModel.TypeDescriptionProviderAttribute("MS.Internal.Xml.Linq.ComponentModel.XTypeDescriptionProvider<System.Xml.Linq.XAttribute>")]
|
||||
public partial class XAttribute : System.Xml.Linq.XObject
|
||||
{
|
||||
public XAttribute(System.Xml.Linq.XAttribute other) { }
|
||||
@@ -134,6 +134,7 @@ namespace System.Xml.Linq
|
||||
public XCData(System.Xml.Linq.XCData other) : base (default(string)) { }
|
||||
public override System.Xml.XmlNodeType NodeType { get { throw null; } }
|
||||
public override void WriteTo(System.Xml.XmlWriter writer) { }
|
||||
public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
}
|
||||
public partial class XComment : System.Xml.Linq.XNode
|
||||
{
|
||||
@@ -142,6 +143,7 @@ namespace System.Xml.Linq
|
||||
public override System.Xml.XmlNodeType NodeType { get { throw null; } }
|
||||
public string Value { get { throw null; } set { } }
|
||||
public override void WriteTo(System.Xml.XmlWriter writer) { }
|
||||
public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
}
|
||||
public abstract partial class XContainer : System.Xml.Linq.XNode
|
||||
{
|
||||
@@ -191,6 +193,9 @@ namespace System.Xml.Linq
|
||||
public static System.Xml.Linq.XDocument Load(string uri, System.Xml.Linq.LoadOptions options) { throw null; }
|
||||
public static System.Xml.Linq.XDocument Load(System.Xml.XmlReader reader) { throw null; }
|
||||
public static System.Xml.Linq.XDocument Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) { throw null; }
|
||||
public static System.Threading.Tasks.Task<System.Xml.Linq.XDocument> LoadAsync(System.IO.Stream stream, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public static System.Threading.Tasks.Task<System.Xml.Linq.XDocument> LoadAsync(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public static System.Threading.Tasks.Task<System.Xml.Linq.XDocument> LoadAsync(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public static System.Xml.Linq.XDocument Parse(string text) { throw null; }
|
||||
public static System.Xml.Linq.XDocument Parse(string text, System.Xml.Linq.LoadOptions options) { throw null; }
|
||||
public void Save(System.IO.Stream stream) { }
|
||||
@@ -200,7 +205,11 @@ namespace System.Xml.Linq
|
||||
public void Save(string fileName) { }
|
||||
public void Save(string fileName, System.Xml.Linq.SaveOptions options) { }
|
||||
public void Save(System.Xml.XmlWriter writer) { }
|
||||
public System.Threading.Tasks.Task SaveAsync(System.IO.Stream stream, System.Xml.Linq.SaveOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public System.Threading.Tasks.Task SaveAsync(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public System.Threading.Tasks.Task SaveAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public override void WriteTo(System.Xml.XmlWriter writer) { }
|
||||
public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
}
|
||||
public partial class XDocumentType : System.Xml.Linq.XNode
|
||||
{
|
||||
@@ -212,8 +221,8 @@ namespace System.Xml.Linq
|
||||
public string PublicId { get { throw null; } set { } }
|
||||
public string SystemId { get { throw null; } set { } }
|
||||
public override void WriteTo(System.Xml.XmlWriter writer) { }
|
||||
public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
}
|
||||
[System.ComponentModel.TypeDescriptionProviderAttribute("MS.Internal.Xml.Linq.ComponentModel.XTypeDescriptionProvider<System.Xml.Linq.XElement>")]
|
||||
[System.Xml.Serialization.XmlSchemaProviderAttribute(null, IsAny=true)]
|
||||
public partial class XElement : System.Xml.Linq.XContainer, System.Xml.Serialization.IXmlSerializable
|
||||
{
|
||||
@@ -250,6 +259,9 @@ namespace System.Xml.Linq
|
||||
public static System.Xml.Linq.XElement Load(string uri, System.Xml.Linq.LoadOptions options) { throw null; }
|
||||
public static System.Xml.Linq.XElement Load(System.Xml.XmlReader reader) { throw null; }
|
||||
public static System.Xml.Linq.XElement Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) { throw null; }
|
||||
public static System.Threading.Tasks.Task<System.Xml.Linq.XElement> LoadAsync(System.IO.Stream stream, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public static System.Threading.Tasks.Task<System.Xml.Linq.XElement> LoadAsync(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public static System.Threading.Tasks.Task<System.Xml.Linq.XElement> LoadAsync(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static explicit operator bool (System.Xml.Linq.XElement element) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
@@ -315,6 +327,9 @@ namespace System.Xml.Linq
|
||||
public void Save(string fileName) { }
|
||||
public void Save(string fileName, System.Xml.Linq.SaveOptions options) { }
|
||||
public void Save(System.Xml.XmlWriter writer) { }
|
||||
public System.Threading.Tasks.Task SaveAsync(System.IO.Stream stream, System.Xml.Linq.SaveOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public System.Threading.Tasks.Task SaveAsync(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public System.Threading.Tasks.Task SaveAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public void SetAttributeValue(System.Xml.Linq.XName name, object value) { }
|
||||
public void SetElementValue(System.Xml.Linq.XName name, object value) { }
|
||||
public void SetValue(object value) { }
|
||||
@@ -322,6 +337,7 @@ namespace System.Xml.Linq
|
||||
void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
|
||||
void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
|
||||
public override void WriteTo(System.Xml.XmlWriter writer) { }
|
||||
public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public sealed partial class XName : System.IEquatable<System.Xml.Linq.XName>, System.Runtime.Serialization.ISerializable
|
||||
@@ -339,7 +355,6 @@ namespace System.Xml.Linq
|
||||
public static implicit operator System.Xml.Linq.XName (string expandedName) { throw null; }
|
||||
public static bool operator !=(System.Xml.Linq.XName left, System.Xml.Linq.XName right) { throw null; }
|
||||
bool System.IEquatable<System.Xml.Linq.XName>.Equals(System.Xml.Linq.XName other) { throw null; }
|
||||
[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
|
||||
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
@@ -387,12 +402,14 @@ namespace System.Xml.Linq
|
||||
public System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> NodesAfterSelf() { throw null; }
|
||||
public System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> NodesBeforeSelf() { throw null; }
|
||||
public static System.Xml.Linq.XNode ReadFrom(System.Xml.XmlReader reader) { throw null; }
|
||||
public static System.Threading.Tasks.Task<System.Xml.Linq.XNode> ReadFromAsync(System.Xml.XmlReader reader, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public void Remove() { }
|
||||
public void ReplaceWith(object content) { }
|
||||
public void ReplaceWith(params object[] content) { }
|
||||
public override string ToString() { throw null; }
|
||||
public string ToString(System.Xml.Linq.SaveOptions options) { throw null; }
|
||||
public abstract void WriteTo(System.Xml.XmlWriter writer);
|
||||
public abstract System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken);
|
||||
}
|
||||
public sealed partial class XNodeDocumentOrderComparer : System.Collections.Generic.IComparer<System.Xml.Linq.XNode>, System.Collections.IComparer
|
||||
{
|
||||
@@ -452,6 +469,7 @@ namespace System.Xml.Linq
|
||||
public override System.Xml.XmlNodeType NodeType { get { throw null; } }
|
||||
public string Target { get { throw null; } set { } }
|
||||
public override void WriteTo(System.Xml.XmlWriter writer) { }
|
||||
public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
}
|
||||
public partial class XStreamingElement
|
||||
{
|
||||
@@ -479,6 +497,7 @@ namespace System.Xml.Linq
|
||||
public override System.Xml.XmlNodeType NodeType { get { throw null; } }
|
||||
public string Value { get { throw null; } set { } }
|
||||
public override void WriteTo(System.Xml.XmlWriter writer) { }
|
||||
public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
}
|
||||
}
|
||||
namespace System.Xml.Schema
|
||||
|
||||
@@ -1 +1 @@
|
||||
65e4560d5595dc280c9096fe0d5f437aa2fdb1fe
|
||||
d343eb5458c68903df629e9b5279a611131d5dc2
|
||||
@@ -1 +1 @@
|
||||
68e9da8935703ec351b96ccea7fbf64a5cbea145
|
||||
ad3837793c1a54bb1919f1b8685ba5e3c39c301b
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user