You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.69
Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
parent
d8f8abd549
commit
e2950ec768
@@ -5,12 +5,11 @@
|
||||
// Changes to this file must follow the http://aka.ms/api-review process.
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
namespace System.Collections.Specialized
|
||||
{
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct BitVector32
|
||||
{
|
||||
private int _dummy;
|
||||
public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null; }
|
||||
public BitVector32(int data) { throw null; }
|
||||
public int Data { get { throw null; } }
|
||||
@@ -24,9 +23,9 @@ namespace System.Collections.Specialized
|
||||
public override int GetHashCode() { throw null; }
|
||||
public override string ToString() { throw null; }
|
||||
public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; }
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct Section
|
||||
public readonly partial struct Section
|
||||
{
|
||||
private readonly int _dummy;
|
||||
public short Mask { get { throw null; } }
|
||||
public short Offset { get { throw null; } }
|
||||
public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; }
|
||||
@@ -87,7 +86,7 @@ namespace System.Collections.Specialized
|
||||
public void Remove(object key) { }
|
||||
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
|
||||
}
|
||||
public abstract partial class NameObjectCollectionBase : System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.ISerializable, System.Runtime.Serialization.IDeserializationCallback
|
||||
public abstract partial class NameObjectCollectionBase : System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
|
||||
{
|
||||
protected NameObjectCollectionBase() { }
|
||||
protected NameObjectCollectionBase(System.Collections.IEqualityComparer equalityComparer) { }
|
||||
@@ -162,7 +161,7 @@ namespace System.Collections.Specialized
|
||||
public virtual void Remove(string name) { }
|
||||
public virtual void Set(string name, string value) { }
|
||||
}
|
||||
public partial class OrderedDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Collections.Specialized.IOrderedDictionary, System.Runtime.Serialization.ISerializable, System.Runtime.Serialization.IDeserializationCallback
|
||||
public partial class OrderedDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Collections.Specialized.IOrderedDictionary, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
|
||||
{
|
||||
public OrderedDictionary() { }
|
||||
public OrderedDictionary(System.Collections.IEqualityComparer comparer) { }
|
||||
@@ -187,10 +186,10 @@ namespace System.Collections.Specialized
|
||||
public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
|
||||
public void Insert(int index, object key, object value) { }
|
||||
protected virtual void OnDeserialization(object sender) { }
|
||||
void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
|
||||
public void Remove(object key) { }
|
||||
public void RemoveAt(int index) { }
|
||||
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
|
||||
void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
|
||||
}
|
||||
public partial class StringCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
|
||||
{
|
||||
|
@@ -6,7 +6,6 @@
|
||||
<RootNamespace>System.Collections.Specialized</RootNamespace>
|
||||
<AssemblyName>System.Collections.Specialized</AssemblyName>
|
||||
</PropertyGroup>
|
||||
<!-- Default configurations to help VS understand the configurations -->
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Windows_NT-Debug|AnyCPU'" />
|
||||
@@ -36,4 +35,4 @@
|
||||
<Reference Include="System.Threading" />
|
||||
</ItemGroup>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||||
</Project>
|
||||
</Project>
|
@@ -230,7 +230,7 @@ namespace System.Collections.Specialized
|
||||
/// <para>
|
||||
/// Represents an section of the vector that can contain a integer number.</para>
|
||||
/// </devdoc>
|
||||
public struct Section
|
||||
public readonly struct Section
|
||||
{
|
||||
private readonly short _mask;
|
||||
private readonly short _offset;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.---
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
|
@@ -4,7 +4,6 @@
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{7F5F5134-00FE-4DE8-B20C-3DA8BA2EBA68}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<!-- Default configurations to help VS understand the configurations -->
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
|
||||
<ItemGroup>
|
||||
@@ -95,4 +94,4 @@
|
||||
<EmbeddedResource Include="Resources\$(AssemblyName).rd.xml" />
|
||||
</ItemGroup>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||||
</Project>
|
||||
</Project>
|
Reference in New Issue
Block a user