Home
last modified time | relevance | path

Searched refs:System (Results 101 – 125 of 39996) sorted by relevance

12345678910>>...1600

/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Design.cs21 namespace System namespace
23 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
28 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
33 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
38 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
43 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
67 public ArrayEditor(System.Type type) : base (default(System.Type)) { } in ArrayEditor()
157System.ComponentModel.Design.IComponentInitializer, System.ComponentModel.Design.IDesigner, System
2348 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3441System.Windows.Forms.Design.ScrollableControlDesigner, System.ComponentModel.Design.IDesigner, Sys…
[all …]
H A DSystem.Data.Linq.cs754 …public static System.Nullable<int> DateDiffDay(System.Nullable<System.DateTimeOffset> startDate, S… in DateDiffDay()
756 …public static System.Nullable<int> DateDiffDay(System.Nullable<System.DateTime> startDate, System.… in DateDiffDay()
762 …public static System.Nullable<int> DateDiffHour(System.Nullable<System.DateTimeOffset> startDate, in DateDiffHour()
764 …public static System.Nullable<int> DateDiffHour(System.Nullable<System.DateTime> startDate, System in DateDiffHour()
772 …public static System.Nullable<int> DateDiffMicrosecond(System.Nullable<System.DateTime> startDate,… in DateDiffMicrosecond()
780 …public static System.Nullable<int> DateDiffMillisecond(System.Nullable<System.DateTime> startDate,… in DateDiffMillisecond()
788 …public static System.Nullable<int> DateDiffMinute(System.Nullable<System.DateTime> startDate, Syst… in DateDiffMinute()
796 …public static System.Nullable<int> DateDiffMonth(System.Nullable<System.DateTime> startDate, Syste… in DateDiffMonth()
804 …public static System.Nullable<int> DateDiffNanosecond(System.Nullable<System.DateTime> startDate, in DateDiffNanosecond()
812 …public static System.Nullable<int> DateDiffSecond(System.Nullable<System.DateTime> startDate, Syst… in DateDiffSecond()
[all …]
H A DSystem.ServiceModel.cs622 namespace System namespace
672System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Colle…
879 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
995System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan timeout, Sy… in System.ServiceModel.ICommunicationObject.BeginOpen()
1418System.IDisposable, System.ServiceModel.Channels.IChannel, System.ServiceModel.ICommunicationObjec…
1438System.IAsyncResult BeginClose(System.TimeSpan timeout, System.AsyncCallback callback, object stat… in BeginClose()
1440System.IAsyncResult BeginOpen(System.TimeSpan timeout, System.AsyncCallback callback, object state… in BeginOpen()
2112 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3074System.IAsyncResult BeginReceive(System.TimeSpan timeout, System.AsyncCallback callback, object st… in BeginReceive()
3109System.IAsyncResult BeginSend(System.ServiceModel.Channels.Message message, System.TimeSpan timeou… in BeginSend()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Reactive.Core.cs34 …public static System.IDisposable Subscribe<T>(this System.IObservable<T> source, System.Action<T> … in Subscribe()
35 …static System.IDisposable Subscribe<T>(this System.IObservable<T> source, System.Action<T> onNext,… in Subscribe()
36 …ibe<T>(this System.IObservable<T> source, System.Action<T> onNext, System.Action<System.Exception>… in Subscribe()
55 …public AnonymousObserver(System.Action<T> onNext, System.Action<System.Exception> onError, System.… in AnonymousObserver()
80 …public abstract void Accept(System.Action<T> onNext, System.Action<System.Exception> onError, Syst… in Accept()
103 …public static System.IObserver<T> Create<T>(System.Action<T> onNext, System.Action<System.Exceptio… in Create()
104 …public static System.IObserver<T> Create<T>(System.Action<T> onNext, System.Action<System.Exceptio… in Create()
173 System.IDisposable StartPeriodicTimer(System.Action action, System.TimeSpan period); in StartPeriodicTimer()
242 …c System.IDisposable Schedule(this System.Reactive.Concurrency.IScheduler scheduler, System.DateTi… in Schedule()
244 …atic System.IDisposable Schedule(this System.Reactive.Concurrency.IScheduler scheduler, System.Tim… in Schedule()
[all …]
H A DSystem.ServiceModel.Discovery.cs56System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback callb… in System.ServiceModel.ICommunicationObject.BeginClose()
57System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan timeout, S… in System.ServiceModel.ICommunicationObject.BeginClose()
58System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback callba… in System.ServiceModel.ICommunicationObject.BeginOpen()
59System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan timeout, Sy… in System.ServiceModel.ICommunicationObject.BeginOpen()
125System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan timeout, S… in System.ServiceModel.ICommunicationObject.BeginClose()
126System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback callba… in System.ServiceModel.ICommunicationObject.BeginOpen()
127System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan timeout, Sy… in System.ServiceModel.ICommunicationObject.BeginOpen()
192 …void System.ServiceModel.IExtension<System.ServiceModel.OperationContext>.Attach(System.ServiceMod… in Attach()
193 …void System.ServiceModel.IExtension<System.ServiceModel.OperationContext>.Detach(System.ServiceMod… in Detach()
229 …void System.ServiceModel.IExtension<System.ServiceModel.ServiceHostBase>.Attach(System.ServiceMode… in Attach()
[all …]
H A DSystem.Design.cs34 public ArrayEditor(System.Type type) : base (default(System.Type)) { } in ArrayEditor()
124System.ComponentModel.Design.IComponentInitializer, System.ComponentModel.Design.IDesigner, System
337 public partial class DesignSurface : System.IDisposable, System.IServiceProvider
383 void System.Collections.ICollection.CopyTo(System.Array array, int index) { } in System.Collections.ICollection.CopyTo()
1801 …partial class DesignerRegionCollection : System.Collections.ICollection, System.Collections.IEnume…
2315 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
2550 [System.FlagsAttribute]
2598 [System.FlagsAttribute]
3183System.ComponentModel.Design.ComponentDesigner, System.ComponentModel.Design.IDesigner, System.Com…
3406System.Windows.Forms.Design.ScrollableControlDesigner, System.ComponentModel.Design.IDesigner, Sys…
[all …]
H A DSystem.Web.cs124 namespace System namespace
199 namespace System.Web
249 …artial class HttpApplication : System.ComponentModel.IComponent, System.IDisposable, System.Web.IH…
351System.IAsyncResult System.Web.IHttpAsyncHandler.BeginProcessRequest(System.Web.HttpContext contex… in System.Web.IHttpAsyncHandler.BeginProcessRequest()
6167 …bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,
6168System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.Strin…
6169System.Collections.Generic.ICollection<object> System.Collections.Generic.IDictionary<System.Strin…
6177 …void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, in Add()
6181System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, object>> Sy… in GetEnumerator()
7073System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.Interop… in ProcessRequest()
[all …]
H A DSystem.Data.Linq.cs755 …public static System.Nullable<int> DateDiffDay(System.Nullable<System.DateTimeOffset> startDate, S… in DateDiffDay()
757 …public static System.Nullable<int> DateDiffDay(System.Nullable<System.DateTime> startDate, System.… in DateDiffDay()
763 …public static System.Nullable<int> DateDiffHour(System.Nullable<System.DateTimeOffset> startDate, in DateDiffHour()
765 …public static System.Nullable<int> DateDiffHour(System.Nullable<System.DateTime> startDate, System in DateDiffHour()
773 …public static System.Nullable<int> DateDiffMicrosecond(System.Nullable<System.DateTime> startDate,… in DateDiffMicrosecond()
781 …public static System.Nullable<int> DateDiffMillisecond(System.Nullable<System.DateTime> startDate,… in DateDiffMillisecond()
789 …public static System.Nullable<int> DateDiffMinute(System.Nullable<System.DateTime> startDate, Syst… in DateDiffMinute()
797 …public static System.Nullable<int> DateDiffMonth(System.Nullable<System.DateTime> startDate, Syste… in DateDiffMonth()
805 …public static System.Nullable<int> DateDiffNanosecond(System.Nullable<System.DateTime> startDate, in DateDiffNanosecond()
813 …public static System.Nullable<int> DateDiffSecond(System.Nullable<System.DateTime> startDate, Syst… in DateDiffSecond()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Web.Extensions.cs480 void System.Web.IHttpModule.Init(System.Web.HttpApplication context) { } in System.Web.IHttpModule.Init()
585 [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
593 [System.AttributeUsageAttribute((System.AttributeTargets)(1028))]
599 namespace System.Web.UI
680System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> System.Web.UI.IExtenderCont… in System.Web.UI.IExtenderControl.GetScriptDescriptors()
869 …[System.ComponentModel.EditorAttribute(typeof(System.Web.UI.Design.UrlEditor), typeof(System.Drawi…
1194 …public partial class Timer : System.Web.UI.Control, System.Web.UI.IPostBackEventHandler, System.We…
1307 …public partial class UpdateProgress : System.Web.UI.Control, System.Web.UI.IAttributeAccessor, Sys…
1386 …ic partial class DataPager : System.Web.UI.Control, System.Web.UI.IAttributeAccessor, System.Web.U…
1811System.Web.UI.WebControls.DataBoundControl, System.Web.UI.IDataKeysControl, System.Web.UI.INamingC…
[all …]
H A DSystem.ServiceModel.cs51 namespace System namespace
70 … public System.UriTemplateMatch Match(System.Uri baseAddress, System.Uri candidate) { throw null; } in Match()
114 …public System.Collections.ObjectModel.Collection<System.UriTemplateMatch> Match(System.Uri uri) { … in Match()
133System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Colle…
225 namespace System.IO
380 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
1058System.IAsyncResult BeginClose(System.TimeSpan timeout, System.AsyncCallback callback, object stat… in BeginClose()
1060System.IAsyncResult BeginOpen(System.TimeSpan timeout, System.AsyncCallback callback, object state… in BeginOpen()
3284System.IAsyncResult BeginSend(System.ServiceModel.Channels.Message message, System.TimeSpan timeou… in BeginSend()
3640 …void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, in Add()
[all …]
H A DSystem.Xaml.cs38 [System.AttributeUsageAttribute((System.AttributeTargets)(196), Inherited=true)]
46 [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(System.Array))]
122System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object>>, S…
223 [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
230 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
391 namespace System.Xaml
422System.Collections.Generic.IEnumerable<System.Xaml.AmbientPropertyValue> GetAllAmbientValues(Syste… in GetAllAmbientValues()
423System.Collections.Generic.IEnumerable<System.Xaml.AmbientPropertyValue> GetAllAmbientValues(Syste… in GetAllAmbientValues()
425System.Xaml.AmbientPropertyValue GetFirstAmbientValue(System.Collections.Generic.IEnumerable<Syste… in GetFirstAmbientValue()
638 public partial class XamlMember : System.IEquatable<System.Xaml.XamlMember>
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DSystem.Reactive.Core.cs31 …public static System.IDisposable Subscribe<T>(this System.IObservable<T> source, System.Action<T> … in Subscribe()
32 …static System.IDisposable Subscribe<T>(this System.IObservable<T> source, System.Action<T> onNext,… in Subscribe()
33 …ibe<T>(this System.IObservable<T> source, System.Action<T> onNext, System.Action<System.Exception>… in Subscribe()
34 …c void Subscribe<T>(this System.IObservable<T> source, System.Action<T> onNext, System.Action<Syst… in Subscribe()
52 …public AnonymousObserver(System.Action<T> onNext, System.Action<System.Exception> onError, System.… in AnonymousObserver()
77 …public abstract void Accept(System.Action<T> onNext, System.Action<System.Exception> onError, Syst… in Accept()
100 …public static System.IObserver<T> Create<T>(System.Action<T> onNext, System.Action<System.Exceptio… in Create()
101 …public static System.IObserver<T> Create<T>(System.Action<T> onNext, System.Action<System.Exceptio… in Create()
170 System.IDisposable StartPeriodicTimer(System.Action action, System.TimeSpan period); in StartPeriodicTimer()
239 …c System.IDisposable Schedule(this System.Reactive.Concurrency.IScheduler scheduler, System.DateTi… in Schedule()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A Dmscorlib.cs1161 …blic partial struct Byte : System.IComparable, System.IComparable<byte>, System.IConvertible, Syst…
2108 …ime : System.IComparable, System.IComparable<System.DateTime>, System.IConvertible, System.IEquata…
3030 …public partial struct Guid : System.IComparable, System.IComparable<System.Guid>, System.IEquatabl…
3166 …ic partial struct Int16 : System.IComparable, System.IComparable<short>, System.IConvertible, Syst…
3207 …blic partial struct Int32 : System.IComparable, System.IComparable<int>, System.IConvertible, Syst…
3250 …lic partial struct Int64 : System.IComparable, System.IComparable<long>, System.IConvertible, Syst…
4017 …ic partial struct SByte : System.IComparable, System.IComparable<sbyte>, System.IConvertible, Syst…
4204 …public static System.String Concat(System.String str0, System.String str1, System.String str2, Sys… in Concat()
4417 … partial struct TimeSpan : System.IComparable, System.IComparable<System.TimeSpan>, System.IEquata…
5084 …ic partial struct UInt32 : System.IComparable, System.IComparable<uint>, System.IConvertible, Syst…
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.ServiceModel.Discovery.cs55System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback callb… in System.ServiceModel.ICommunicationObject.BeginClose()
56System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan timeout, S… in System.ServiceModel.ICommunicationObject.BeginClose()
57System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback callba… in System.ServiceModel.ICommunicationObject.BeginOpen()
58System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan timeout, Sy… in System.ServiceModel.ICommunicationObject.BeginOpen()
124System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan timeout, S… in System.ServiceModel.ICommunicationObject.BeginClose()
125System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback callba… in System.ServiceModel.ICommunicationObject.BeginOpen()
126System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan timeout, Sy… in System.ServiceModel.ICommunicationObject.BeginOpen()
191 …void System.ServiceModel.IExtension<System.ServiceModel.OperationContext>.Attach(System.ServiceMod… in Attach()
192 …void System.ServiceModel.IExtension<System.ServiceModel.OperationContext>.Detach(System.ServiceMod… in Detach()
228 …void System.ServiceModel.IExtension<System.ServiceModel.ServiceHostBase>.Attach(System.ServiceMode… in Attach()
[all …]
H A DSystem.EnterpriseServices.cs25 namespace System namespace
88 [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
99 [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
108 [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
115 [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
122 [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
142 [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
172 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
180 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
188 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
[all …]
H A DSystem.cs211 namespace System namespace
291 public Uri(System.Uri baseUri, System.Uri relativeUri) { } in Uri()
320 …ic static int Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, Syste… in Compare()
357 …public static bool TryCreate(System.Uri baseUri, System.Uri relativeUri, out System.Uri result) { … in TryCreate()
2958System.Collections.ObjectModel.Collection<T>, System.Collections.ICollection, System.Collections.I…
3204 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
6517System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.Interop… in CollectData()
6678System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr… in System.Diagnostics.ICollectData.CollectData()
8843 System.Uri GetProxy(System.Uri destination); in GetProxy()
8854 System.Net.WebRequest Create(System.Uri uri); in Create()
[all …]
H A DSystem.Xml.Linq.cs22 namespace System namespace
64System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> AncestorsAndSelf(this System.Coll… in AncestorsAndSelf()
68System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Ancestors<T>(this System.Collecti…
72System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> Attributes(this System.Collecti… in Attributes()
80System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> DescendantsAndSelf(this System.Co… in DescendantsAndSelf()
88System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Elements<T>(this System.Collectio…
155 …public static explicit operator System.Nullable<System.Guid> (System.Xml.Linq.XAttribute attribute… in operator System.Nullable<System.Guid>()
333 …public static explicit operator System.Nullable<System.DateTime> (System.Xml.Linq.XElement element… in operator System.Nullable<System.DateTime>()
339 …public static explicit operator System.Nullable<System.Guid> (System.Xml.Linq.XElement element) { … in operator System.Nullable<System.Guid>()
347 …public static explicit operator System.Nullable<System.TimeSpan> (System.Xml.Linq.XElement element… in operator System.Nullable<System.TimeSpan>()
[all …]
H A DSystem.Data.Linq.cs754 …public static System.Nullable<int> DateDiffDay(System.Nullable<System.DateTimeOffset> startDate, S… in DateDiffDay()
756 …public static System.Nullable<int> DateDiffDay(System.Nullable<System.DateTime> startDate, System.… in DateDiffDay()
762 …public static System.Nullable<int> DateDiffHour(System.Nullable<System.DateTimeOffset> startDate, in DateDiffHour()
764 …public static System.Nullable<int> DateDiffHour(System.Nullable<System.DateTime> startDate, System in DateDiffHour()
772 …public static System.Nullable<int> DateDiffMicrosecond(System.Nullable<System.DateTime> startDate,… in DateDiffMicrosecond()
780 …public static System.Nullable<int> DateDiffMillisecond(System.Nullable<System.DateTime> startDate,… in DateDiffMillisecond()
788 …public static System.Nullable<int> DateDiffMinute(System.Nullable<System.DateTime> startDate, Syst… in DateDiffMinute()
796 …public static System.Nullable<int> DateDiffMonth(System.Nullable<System.DateTime> startDate, Syste… in DateDiffMonth()
804 …public static System.Nullable<int> DateDiffNanosecond(System.Nullable<System.DateTime> startDate, in DateDiffNanosecond()
812 …public static System.Nullable<int> DateDiffSecond(System.Nullable<System.DateTime> startDate, Syst… in DateDiffSecond()
[all …]
H A DSystem.Web.cs126 namespace System namespace
201 namespace System.Web
245 …artial class HttpApplication : System.ComponentModel.IComponent, System.IDisposable, System.Web.IH…
346System.IAsyncResult System.Web.IHttpAsyncHandler.BeginProcessRequest(System.Web.HttpContext contex… in System.Web.IHttpAsyncHandler.BeginProcessRequest()
2703 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
2799 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
2822 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
2833 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
6586System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.Interop… in ProcessRequest()
6587System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.Interop… in ProcessRequest()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A Dmscorlib.cs1161 …blic partial struct Byte : System.IComparable, System.IComparable<byte>, System.IConvertible, Syst…
2108 …ime : System.IComparable, System.IComparable<System.DateTime>, System.IConvertible, System.IEquata…
3030 …public partial struct Guid : System.IComparable, System.IComparable<System.Guid>, System.IEquatabl…
3166 …ic partial struct Int16 : System.IComparable, System.IComparable<short>, System.IConvertible, Syst…
3207 …blic partial struct Int32 : System.IComparable, System.IComparable<int>, System.IConvertible, Syst…
3250 …lic partial struct Int64 : System.IComparable, System.IComparable<long>, System.IConvertible, Syst…
4017 …ic partial struct SByte : System.IComparable, System.IComparable<sbyte>, System.IConvertible, Syst…
4204 …public static System.String Concat(System.String str0, System.String str1, System.String str2, Sys… in Concat()
4417 … partial struct TimeSpan : System.IComparable, System.IComparable<System.TimeSpan>, System.IEquata…
5084 …ic partial struct UInt32 : System.IComparable, System.IComparable<uint>, System.IConvertible, Syst…
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A Dmscorlib.cs1161 …blic partial struct Byte : System.IComparable, System.IComparable<byte>, System.IConvertible, Syst…
2108 …ime : System.IComparable, System.IComparable<System.DateTime>, System.IConvertible, System.IEquata…
3030 …public partial struct Guid : System.IComparable, System.IComparable<System.Guid>, System.IEquatabl…
3166 …ic partial struct Int16 : System.IComparable, System.IComparable<short>, System.IConvertible, Syst…
3207 …blic partial struct Int32 : System.IComparable, System.IComparable<int>, System.IConvertible, Syst…
3250 …lic partial struct Int64 : System.IComparable, System.IComparable<long>, System.IConvertible, Syst…
4017 …ic partial struct SByte : System.IComparable, System.IComparable<sbyte>, System.IConvertible, Syst…
4204 …public static System.String Concat(System.String str0, System.String str1, System.String str2, Sys… in Concat()
4417 … partial struct TimeSpan : System.IComparable, System.IComparable<System.TimeSpan>, System.IEquata…
5084 …ic partial struct UInt32 : System.IComparable, System.IComparable<uint>, System.IConvertible, Syst…
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.ServiceModel.cs50 namespace System namespace
69 … public System.UriTemplateMatch Match(System.Uri baseAddress, System.Uri candidate) { throw null; } in Match()
113 …public System.Collections.ObjectModel.Collection<System.UriTemplateMatch> Match(System.Uri uri) { … in Match()
132System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Colle…
224 namespace System.IO
379 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
1057System.IAsyncResult BeginClose(System.TimeSpan timeout, System.AsyncCallback callback, object stat… in BeginClose()
1059System.IAsyncResult BeginOpen(System.TimeSpan timeout, System.AsyncCallback callback, object state… in BeginOpen()
3283System.IAsyncResult BeginSend(System.ServiceModel.Channels.Message message, System.TimeSpan timeou… in BeginSend()
3639 …void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, in Add()
[all …]
H A DSystem.Web.Extensions.cs41 …protected override System.ServiceModel.ServiceHost CreateServiceHost(System.Type serviceType, Syst… in CreateServiceHost()
559 [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
567 [System.AttributeUsageAttribute((System.AttributeTargets)(1028))]
573 namespace System.Web.UI
654System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> System.Web.UI.IExtenderCont… in System.Web.UI.IExtenderControl.GetScriptDescriptors()
843 …[System.ComponentModel.EditorAttribute(typeof(System.Web.UI.Design.UrlEditor), typeof(System.Drawi…
1168 …public partial class Timer : System.Web.UI.Control, System.Web.UI.IPostBackEventHandler, System.We…
1281 …public partial class UpdateProgress : System.Web.UI.Control, System.Web.UI.IAttributeAccessor, Sys…
1360 …ic partial class DataPager : System.Web.UI.Control, System.Web.UI.IAttributeAccessor, System.Web.U…
1785System.Web.UI.WebControls.DataBoundControl, System.Web.UI.IDataKeysControl, System.Web.UI.INamingC…
[all …]
H A DSystem.Xaml.cs38 [System.AttributeUsageAttribute((System.AttributeTargets)(196), Inherited=true)]
46 [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(System.Array))]
122System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object>>, S…
223 [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
230 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
391 namespace System.Xaml
422System.Collections.Generic.IEnumerable<System.Xaml.AmbientPropertyValue> GetAllAmbientValues(Syste… in GetAllAmbientValues()
423System.Collections.Generic.IEnumerable<System.Xaml.AmbientPropertyValue> GetAllAmbientValues(Syste… in GetAllAmbientValues()
425System.Xaml.AmbientPropertyValue GetFirstAmbientValue(System.Collections.Generic.IEnumerable<Syste… in GetFirstAmbientValue()
638 public partial class XamlMember : System.IEquatable<System.Xaml.XamlMember>
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Web.DynamicData.cs24 namespace System namespace
26 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
31 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
36 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
41 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
46 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
71System.Func<System.Type, System.ComponentModel.TypeDescriptionProvider> MetadataProviderFactory { …
109 …ynamicControl : System.Web.UI.Control, System.Web.DynamicData.IFieldFormattingOptions, System.Web.…
303System.Linq.IQueryable System.Web.DynamicData.IFilterExpressionProvider.GetQueryable(System.Linq.I… in System.Web.DynamicData.IFilterExpressionProvider.GetQueryable()
572 System.Linq.IQueryable GetQueryable(System.Linq.IQueryable source); in GetQueryable()
[all …]

12345678910>>...1600