コード例 #1
0
 // Sort according to some comparer
 public void Sort(System.Collections.Generic.IComparer <T> comparer)
 {
     Debug.Assert(m_count <= int.MaxValue && m_offset <= int.MaxValue);
     Array.Sort(m_array, (int)m_offset, (int)m_count, comparer);
 }
コード例 #2
0
 public virtual void Sort(System.Collections.Generic.IComparer <DigitalPicnik.Item> comparer)
 {
     this.BaseList.Sort(comparer);
 }
コード例 #3
0
 public static TSource?Min <TSource>(this System.Linq.IQueryable <TSource> source, System.Collections.Generic.IComparer <TSource>?comparer)
 {
     throw null;
 }
コード例 #4
0
 public static System.Linq.IOrderedQueryable <TSource> ThenBy <TSource, TKey>(this System.Linq.IOrderedQueryable <TSource> source, System.Linq.Expressions.Expression <System.Func <TSource, TKey> > keySelector, System.Collections.Generic.IComparer <TKey>?comparer)
 {
     throw null;
 }
コード例 #5
0
 public virtual void Sort(System.Collections.Generic.IComparer <SoftFluent.Samples.AspNetIdentity1.Role> comparer)
 {
     this.BaseList.Sort(comparer);
 }
コード例 #6
0
 public static System.Data.OrderedEnumerableRowCollection <TRow> OrderBy <TRow, TKey>(this System.Data.TypedTableBase <TRow> source, System.Func <TRow, TKey> keySelector, System.Collections.Generic.IComparer <TKey> comparer) where TRow : System.Data.DataRow
 {
     throw null;
 }
コード例 #7
0
 public virtual void Sort(System.Collections.Generic.IComparer <ModelCodeFluent.Identity.UserLogin> comparer)
 {
     this.BaseList.Sort(comparer);
 }
コード例 #8
0
 protected ScheduledItem(TAbsolute dueTime, System.Collections.Generic.IComparer <TAbsolute> comparer)
 {
 }
コード例 #9
0
 public void Sort(int index, int count, System.Collections.Generic.IComparer <ProcessThread> comparer)
 {
     throw new NotSupportedException();
 }
コード例 #10
0
ファイル: dbup-core.approved.cs プロジェクト: slamballx/DbUp
 public static DbUp.Builder.UpgradeEngineBuilder WithScriptNameComparer(this DbUp.Builder.UpgradeEngineBuilder builder, System.Collections.Generic.IComparer <string> comparer)
 {
 }
コード例 #11
0
 public int BinarySearch(ProcessThread item, System.Collections.Generic.IComparer <ProcessThread> comparer)
 {
     throw new NotSupportedException();
 }
コード例 #12
0
 public static System.Linq.IOrderedQueryable <TSource> ThenBy <TSource, TKey>(this System.Linq.IOrderedQueryable <TSource> source, System.Linq.Expressions.Expression <System.Func <TSource, TKey> > keySelector, System.Collections.Generic.IComparer <TKey> comparer)
 {
     return(default(System.Linq.IOrderedQueryable <TSource>));
 }
コード例 #13
0
ファイル: Array.cs プロジェクト: Titaye/dnSpy
 public static void Sort <T>(T[] items, System.Collections.Generic.IComparer <T> comparer)
 {
     System.Array.Sort(items, comparer);
 }
コード例 #14
0
 public SortedSet(System.Collections.Generic.IEnumerable <T> collection, System.Collections.Generic.IComparer <T> comparer)
 {
 }
コード例 #15
0
 public virtual void Sort(System.Collections.Generic.IComparer <SoftFluent.Json.NET.Customer> comparer)
 {
     this.BaseList.Sort(comparer);
 }
コード例 #16
0
        public static int BinarySearch <T>(T[] array, int index, int length, T value, System.Collections.Generic.IComparer <T> comparer)
        {
            Contract.Requires(array != null);
            Contract.Requires(index >= 0);
            Contract.Requires(length >= 0);
            Contract.Requires(index <= array.Length - length);
            Contract.Ensures(Contract.Result <int>() - index < length);
            Contract.Ensures(~Contract.Result <int>() - index <= length);
            Contract.Ensures(Contract.Result <int>() >= index || ~Contract.Result <int>() >= index);

            return(default(int));
        }
コード例 #17
0
 public virtual void Sort(System.Collections.Generic.IComparer <SoftFluent.Samples.GED.Security.Role> comparer)
 {
     this.BaseList.Sort(comparer);
 }
コード例 #18
0
 public static System.Linq.OrderedParallelQuery <TSource> ThenByDescending <TSource, TKey>(this System.Linq.OrderedParallelQuery <TSource> source, System.Func <TSource, TKey> keySelector, System.Collections.Generic.IComparer <TKey> comparer)
 {
     throw null;
 }
コード例 #19
0
 public FieldSortedTermVectorMapper(bool ignoringPositions, bool ignoringOffsets, System.Collections.Generic.IComparer <object> comparator) : base(ignoringPositions, ignoringOffsets)
 {
     this.comparator = comparator;
 }
コード例 #20
0
 public static System.Data.OrderedEnumerableRowCollection <TRow> ThenBy <TRow, TKey>(this System.Data.OrderedEnumerableRowCollection <TRow> source, System.Func <TRow, TKey> keySelector, System.Collections.Generic.IComparer <TKey> comparer)
 {
     throw null;
 }
コード例 #21
0
 public virtual void Sort(System.Collections.Generic.IComparer <SoftFluent.Samples.Thinktecture.IdentityServer.User> comparer)
 {
     this.BaseList.Sort(comparer);
 }
コード例 #22
0
        static StackObject *Sort_3(ILIntepreter __intp, StackObject *__esp, IList <object> __mStack, CLRMethod __method, bool isNewObj)
        {
            ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
            StackObject *ptr_of_this_method;
            StackObject *__ret = ILIntepreter.Minus(__esp, 2);

            ptr_of_this_method = ILIntepreter.Minus(__esp, 1);
            System.Collections.Generic.IComparer <Hotfix_LT.Combat.CombatCharacterSyncData> @comparer = (System.Collections.Generic.IComparer <Hotfix_LT.Combat.CombatCharacterSyncData>) typeof(System.Collections.Generic.IComparer <Hotfix_LT.Combat.CombatCharacterSyncData>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
            __intp.Free(ptr_of_this_method);

            ptr_of_this_method = ILIntepreter.Minus(__esp, 2);
            System.Collections.Generic.List <Hotfix_LT.Combat.CombatCharacterSyncData> instance_of_this_method = (System.Collections.Generic.List <Hotfix_LT.Combat.CombatCharacterSyncData>) typeof(System.Collections.Generic.List <Hotfix_LT.Combat.CombatCharacterSyncData>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
            __intp.Free(ptr_of_this_method);

            instance_of_this_method.Sort(@comparer);

            return(__ret);
        }
コード例 #23
0
 public virtual void Sort(System.Collections.Generic.IComparer <SoftFluent.Samples.ComponentOne.Contact> comparer)
 {
     this.BaseList.Sort(comparer);
 }
コード例 #24
0
 public static System.Linq.IOrderedQueryable <T> Order <T>(this System.Linq.IQueryable <T> source, System.Collections.Generic.IComparer <T> comparer)
 {
     throw null;
 }
コード例 #25
0
ファイル: System.Linq.cs プロジェクト: rvmaccount/corefx
 public static System.Linq.IOrderedEnumerable <TSource> ThenByDescending <TSource, TKey>(this System.Linq.IOrderedEnumerable <TSource> source, System.Func <TSource, TKey> keySelector, System.Collections.Generic.IComparer <TKey> comparer)
 {
     return(default(System.Linq.IOrderedEnumerable <TSource>));
 }
コード例 #26
0
 public virtual void Sort(System.Collections.Generic.IComparer <ContactManager.ContactSource> comparer)
 {
     this.BaseList.Sort(comparer);
 }
コード例 #27
0
 /// <summary> </summary>
 /// <param name="comparator">A Comparator for sorting {@link TermVectorEntry}s
 /// </param>
 public SortedTermVectorMapper(System.Collections.Generic.IComparer <System.Object> comparator) : this(false, false, comparator)
 {
 }
コード例 #28
0
 public static System.Linq.IOrderedEnumerable <TSource> ThenBy <TSource, TKey>(this System.Linq.IOrderedEnumerable <TSource> source, System.Func <TSource, TKey> keySelector, System.Collections.Generic.IComparer <TKey> comparer)
 {
     throw null;
 }
コード例 #29
0
 public SortedTermVectorMapper(bool ignoringPositions, bool ignoringOffsets, System.Collections.Generic.IComparer <System.Object> comparator) : base(ignoringPositions, ignoringOffsets)
 {
     currentSet = new System.Collections.Generic.SortedDictionary <System.Object, System.Object>(comparator);
 }
コード例 #30
0
 public FieldSortedTermVectorMapper(bool ignoringPositions, bool ignoringOffsets, System.Collections.Generic.IComparer<object> comparator)
     : base(ignoringPositions, ignoringOffsets)
 {
     this.comparator = comparator;
 }
コード例 #31
0
 public SortedSet(System.Collections.Generic.IComparer <T> comparer)
 {
 }