Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Linq.CachedReflectionInfo Class Reference

Static Public Member Functions

static MethodInfo Aggregate_TSource_2 (Type TSource)
 
static MethodInfo Aggregate_TSource_TAccumulate_3 (Type TSource, Type TAccumulate)
 
static MethodInfo Aggregate_TSource_TAccumulate_TResult_4 (Type TSource, Type TAccumulate, Type TResult)
 
static MethodInfo All_TSource_2 (Type TSource)
 
static MethodInfo Any_TSource_1 (Type TSource)
 
static MethodInfo Any_TSource_2 (Type TSource)
 
static MethodInfo Average_Int32_TSource_2 (Type TSource)
 
static MethodInfo Average_NullableInt32_TSource_2 (Type TSource)
 
static MethodInfo Average_Single_TSource_2 (Type TSource)
 
static MethodInfo Average_NullableSingle_TSource_2 (Type TSource)
 
static MethodInfo Average_Int64_TSource_2 (Type TSource)
 
static MethodInfo Average_NullableInt64_TSource_2 (Type TSource)
 
static MethodInfo Average_Double_TSource_2 (Type TSource)
 
static MethodInfo Average_NullableDouble_TSource_2 (Type TSource)
 
static MethodInfo Average_Decimal_TSource_2 (Type TSource)
 
static MethodInfo Average_NullableDecimal_TSource_2 (Type TSource)
 
static MethodInfo Cast_TResult_1 (Type TResult)
 
static MethodInfo Chunk_TSource_1 (Type TSource)
 
static MethodInfo Concat_TSource_2 (Type TSource)
 
static MethodInfo Contains_TSource_2 (Type TSource)
 
static MethodInfo Contains_TSource_3 (Type TSource)
 
static MethodInfo Count_TSource_1 (Type TSource)
 
static MethodInfo Count_TSource_2 (Type TSource)
 
static MethodInfo DefaultIfEmpty_TSource_1 (Type TSource)
 
static MethodInfo DefaultIfEmpty_TSource_2 (Type TSource)
 
static MethodInfo Distinct_TSource_1 (Type TSource)
 
static MethodInfo Distinct_TSource_2 (Type TSource)
 
static MethodInfo DistinctBy_TSource_TKey_2 (Type TSource, Type TKey)
 
static MethodInfo DistinctBy_TSource_TKey_3 (Type TSource, Type TKey)
 
static MethodInfo ElementAt_Int32_TSource_2 (Type TSource)
 
static MethodInfo ElementAt_Index_TSource_2 (Type TSource)
 
static MethodInfo ElementAtOrDefault_Int32_TSource_2 (Type TSource)
 
static MethodInfo ElementAtOrDefault_Index_TSource_2 (Type TSource)
 
static MethodInfo Except_TSource_2 (Type TSource)
 
static MethodInfo Except_TSource_3 (Type TSource)
 
static MethodInfo ExceptBy_TSource_TKey_3 (Type TSource, Type TKey)
 
static MethodInfo ExceptBy_TSource_TKey_4 (Type TSource, Type TKey)
 
static MethodInfo First_TSource_1 (Type TSource)
 
static MethodInfo First_TSource_2 (Type TSource)
 
static MethodInfo FirstOrDefault_TSource_1 (Type TSource)
 
static MethodInfo FirstOrDefault_TSource_2 (Type TSource)
 
static MethodInfo FirstOrDefault_TSource_3 (Type TSource)
 
static MethodInfo FirstOrDefault_TSource_4 (Type TSource)
 
static MethodInfo GroupBy_TSource_TKey_2 (Type TSource, Type TKey)
 
static MethodInfo GroupBy_TSource_TKey_3 (Type TSource, Type TKey)
 
static MethodInfo GroupBy_TSource_TKey_TElement_3 (Type TSource, Type TKey, Type TElement)
 
static MethodInfo GroupBy_TSource_TKey_TElement_4 (Type TSource, Type TKey, Type TElement)
 
static MethodInfo GroupBy_TSource_TKey_TResult_3 (Type TSource, Type TKey, Type TResult)
 
static MethodInfo GroupBy_TSource_TKey_TResult_4 (Type TSource, Type TKey, Type TResult)
 
static MethodInfo GroupBy_TSource_TKey_TElement_TResult_4 (Type TSource, Type TKey, Type TElement, Type TResult)
 
static MethodInfo GroupBy_TSource_TKey_TElement_TResult_5 (Type TSource, Type TKey, Type TElement, Type TResult)
 
static MethodInfo GroupJoin_TOuter_TInner_TKey_TResult_5 (Type TOuter, Type TInner, Type TKey, Type TResult)
 
static MethodInfo GroupJoin_TOuter_TInner_TKey_TResult_6 (Type TOuter, Type TInner, Type TKey, Type TResult)
 
static MethodInfo Intersect_TSource_2 (Type TSource)
 
static MethodInfo Intersect_TSource_3 (Type TSource)
 
static MethodInfo IntersectBy_TSource_TKey_3 (Type TSource, Type TKey)
 
static MethodInfo IntersectBy_TSource_TKey_4 (Type TSource, Type TKey)
 
static MethodInfo Join_TOuter_TInner_TKey_TResult_5 (Type TOuter, Type TInner, Type TKey, Type TResult)
 
static MethodInfo Join_TOuter_TInner_TKey_TResult_6 (Type TOuter, Type TInner, Type TKey, Type TResult)
 
static MethodInfo Last_TSource_1 (Type TSource)
 
static MethodInfo Last_TSource_2 (Type TSource)
 
static MethodInfo LastOrDefault_TSource_1 (Type TSource)
 
static MethodInfo LastOrDefault_TSource_2 (Type TSource)
 
static MethodInfo LastOrDefault_TSource_3 (Type TSource)
 
static MethodInfo LastOrDefault_TSource_4 (Type TSource)
 
static MethodInfo LongCount_TSource_1 (Type TSource)
 
static MethodInfo LongCount_TSource_2 (Type TSource)
 
static MethodInfo Max_TSource_1 (Type TSource)
 
static MethodInfo Max_TSource_2 (Type TSource)
 
static MethodInfo Max_TSource_TResult_2 (Type TSource, Type TResult)
 
static MethodInfo MaxBy_TSource_TKey_2 (Type TSource, Type TKey)
 
static MethodInfo MaxBy_TSource_TKey_3 (Type TSource, Type TKey)
 
static MethodInfo Min_TSource_1 (Type TSource)
 
static MethodInfo Min_TSource_2 (Type TSource)
 
static MethodInfo Min_TSource_TResult_2 (Type TSource, Type TResult)
 
static MethodInfo MinBy_TSource_TKey_2 (Type TSource, Type TKey)
 
static MethodInfo MinBy_TSource_TKey_3 (Type TSource, Type TKey)
 
static MethodInfo OfType_TResult_1 (Type TResult)
 
static MethodInfo OrderBy_TSource_TKey_2 (Type TSource, Type TKey)
 
static MethodInfo OrderBy_TSource_TKey_3 (Type TSource, Type TKey)
 
static MethodInfo OrderByDescending_TSource_TKey_2 (Type TSource, Type TKey)
 
static MethodInfo OrderByDescending_TSource_TKey_3 (Type TSource, Type TKey)
 
static MethodInfo Reverse_TSource_1 (Type TSource)
 
static MethodInfo Select_TSource_TResult_2 (Type TSource, Type TResult)
 
static MethodInfo Select_Index_TSource_TResult_2 (Type TSource, Type TResult)
 
static MethodInfo SelectMany_TSource_TResult_2 (Type TSource, Type TResult)
 
static MethodInfo SelectMany_Index_TSource_TResult_2 (Type TSource, Type TResult)
 
static MethodInfo SelectMany_Index_TSource_TCollection_TResult_3 (Type TSource, Type TCollection, Type TResult)
 
static MethodInfo SelectMany_TSource_TCollection_TResult_3 (Type TSource, Type TCollection, Type TResult)
 
static MethodInfo SequenceEqual_TSource_2 (Type TSource)
 
static MethodInfo SequenceEqual_TSource_3 (Type TSource)
 
static MethodInfo Single_TSource_1 (Type TSource)
 
static MethodInfo Single_TSource_2 (Type TSource)
 
static MethodInfo SingleOrDefault_TSource_1 (Type TSource)
 
static MethodInfo SingleOrDefault_TSource_2 (Type TSource)
 
static MethodInfo SingleOrDefault_TSource_3 (Type TSource)
 
static MethodInfo SingleOrDefault_TSource_4 (Type TSource)
 
static MethodInfo Skip_TSource_2 (Type TSource)
 
static MethodInfo SkipWhile_TSource_2 (Type TSource)
 
static MethodInfo SkipWhile_Index_TSource_2 (Type TSource)
 
static MethodInfo Sum_NullableDecimal_TSource_2 (Type TSource)
 
static MethodInfo Sum_Int32_TSource_2 (Type TSource)
 
static MethodInfo Sum_NullableInt32_TSource_2 (Type TSource)
 
static MethodInfo Sum_Int64_TSource_2 (Type TSource)
 
static MethodInfo Sum_NullableInt64_TSource_2 (Type TSource)
 
static MethodInfo Sum_Single_TSource_2 (Type TSource)
 
static MethodInfo Sum_NullableSingle_TSource_2 (Type TSource)
 
static MethodInfo Sum_Double_TSource_2 (Type TSource)
 
static MethodInfo Sum_NullableDouble_TSource_2 (Type TSource)
 
static MethodInfo Sum_Decimal_TSource_2 (Type TSource)
 
static MethodInfo Take_Int32_TSource_2 (Type TSource)
 
static MethodInfo Take_Range_TSource_2 (Type TSource)
 
static MethodInfo TakeWhile_TSource_2 (Type TSource)
 
static MethodInfo TakeWhile_Index_TSource_2 (Type TSource)
 
static MethodInfo ThenBy_TSource_TKey_2 (Type TSource, Type TKey)
 
static MethodInfo ThenBy_TSource_TKey_3 (Type TSource, Type TKey)
 
static MethodInfo ThenByDescending_TSource_TKey_2 (Type TSource, Type TKey)
 
static MethodInfo ThenByDescending_TSource_TKey_3 (Type TSource, Type TKey)
 
static MethodInfo Union_TSource_2 (Type TSource)
 
static MethodInfo Union_TSource_3 (Type TSource)
 
static MethodInfo UnionBy_TSource_TKey_3 (Type TSource, Type TKey)
 
static MethodInfo UnionBy_TSource_TKey_4 (Type TSource, Type TKey)
 
static MethodInfo Where_TSource_2 (Type TSource)
 
static MethodInfo Where_Index_TSource_2 (Type TSource)
 
static MethodInfo Zip_TFirst_TSecond_2 (Type TFirst, Type TSecond)
 
static MethodInfo Zip_TFirst_TSecond_TResult_3 (Type TFirst, Type TSecond, Type TResult)
 
static MethodInfo Zip_TFirst_TSecond_TThird_3 (Type TFirst, Type TSecond, Type TThird)
 
static MethodInfo SkipLast_TSource_2 (Type TSource)
 
static MethodInfo TakeLast_TSource_2 (Type TSource)
 
static MethodInfo Append_TSource_2 (Type TSource)
 
static MethodInfo Prepend_TSource_2 (Type TSource)
 

Properties

static MethodInfo Average_Int32_1 [get]
 
static MethodInfo Average_NullableInt32_1 [get]
 
static MethodInfo Average_Int64_1 [get]
 
static MethodInfo Average_NullableInt64_1 [get]
 
static MethodInfo Average_Single_1 [get]
 
static MethodInfo Average_NullableSingle_1 [get]
 
static MethodInfo Average_Double_1 [get]
 
static MethodInfo Average_NullableDouble_1 [get]
 
static MethodInfo Average_Decimal_1 [get]
 
static MethodInfo Average_NullableDecimal_1 [get]
 
static MethodInfo Sum_Int32_1 [get]
 
static MethodInfo Sum_NullableInt32_1 [get]
 
static MethodInfo Sum_Int64_1 [get]
 
static MethodInfo Sum_NullableInt64_1 [get]
 
static MethodInfo Sum_Single_1 [get]
 
static MethodInfo Sum_NullableSingle_1 [get]
 
static MethodInfo Sum_Double_1 [get]
 
static MethodInfo Sum_NullableDouble_1 [get]
 
static MethodInfo Sum_Decimal_1 [get]
 
static MethodInfo Sum_NullableDecimal_1 [get]
 

Static Private Attributes

static MethodInfo s_Aggregate_TSource_2
 
static MethodInfo s_Aggregate_TSource_TAccumulate_3
 
static MethodInfo s_Aggregate_TSource_TAccumulate_TResult_4
 
static MethodInfo s_All_TSource_2
 
static MethodInfo s_Any_TSource_1
 
static MethodInfo s_Any_TSource_2
 
static MethodInfo s_Average_Int32_1
 
static MethodInfo s_Average_NullableInt32_1
 
static MethodInfo s_Average_Int64_1
 
static MethodInfo s_Average_NullableInt64_1
 
static MethodInfo s_Average_Single_1
 
static MethodInfo s_Average_NullableSingle_1
 
static MethodInfo s_Average_Double_1
 
static MethodInfo s_Average_NullableDouble_1
 
static MethodInfo s_Average_Decimal_1
 
static MethodInfo s_Average_NullableDecimal_1
 
static MethodInfo s_Average_Int32_TSource_2
 
static MethodInfo s_Average_NullableInt32_TSource_2
 
static MethodInfo s_Average_Single_TSource_2
 
static MethodInfo s_Average_NullableSingle_TSource_2
 
static MethodInfo s_Average_Int64_TSource_2
 
static MethodInfo s_Average_NullableInt64_TSource_2
 
static MethodInfo s_Average_Double_TSource_2
 
static MethodInfo s_Average_NullableDouble_TSource_2
 
static MethodInfo s_Average_Decimal_TSource_2
 
static MethodInfo s_Average_NullableDecimal_TSource_2
 
static MethodInfo s_Cast_TResult_1
 
static MethodInfo s_Chunk_TSource_1
 
static MethodInfo s_Concat_TSource_2
 
static MethodInfo s_Contains_TSource_2
 
static MethodInfo s_Contains_TSource_3
 
static MethodInfo s_Count_TSource_1
 
static MethodInfo s_Count_TSource_2
 
static MethodInfo s_DefaultIfEmpty_TSource_1
 
static MethodInfo s_DefaultIfEmpty_TSource_2
 
static MethodInfo s_Distinct_TSource_1
 
static MethodInfo s_Distinct_TSource_2
 
static MethodInfo s_DistinctBy_TSource_TKey_2
 
static MethodInfo s_DistinctBy_TSource_TKey_3
 
static MethodInfo s_ElementAt_Int32_TSource_2
 
static MethodInfo s_ElementAt_Index_TSource_2
 
static MethodInfo s_ElementAtOrDefault_Int32_TSource_2
 
static MethodInfo s_ElementAtOrDefault_Index_TSource_2
 
static MethodInfo s_Except_TSource_2
 
static MethodInfo s_Except_TSource_3
 
static MethodInfo s_ExceptBy_TSource_TKey_3
 
static MethodInfo s_ExceptBy_TSource_TKey_4
 
static MethodInfo s_First_TSource_1
 
static MethodInfo s_First_TSource_2
 
static MethodInfo s_FirstOrDefault_TSource_1
 
static MethodInfo s_FirstOrDefault_TSource_2
 
static MethodInfo s_FirstOrDefault_TSource_3
 
static MethodInfo s_FirstOrDefault_TSource_4
 
static MethodInfo s_GroupBy_TSource_TKey_2
 
static MethodInfo s_GroupBy_TSource_TKey_3
 
static MethodInfo s_GroupBy_TSource_TKey_TElement_3
 
static MethodInfo s_GroupBy_TSource_TKey_TElement_4
 
static MethodInfo s_GroupBy_TSource_TKey_TResult_3
 
static MethodInfo s_GroupBy_TSource_TKey_TResult_4
 
static MethodInfo s_GroupBy_TSource_TKey_TElement_TResult_4
 
static MethodInfo s_GroupBy_TSource_TKey_TElement_TResult_5
 
static MethodInfo s_GroupJoin_TOuter_TInner_TKey_TResult_5
 
static MethodInfo s_GroupJoin_TOuter_TInner_TKey_TResult_6
 
static MethodInfo s_Intersect_TSource_2
 
static MethodInfo s_Intersect_TSource_3
 
static MethodInfo s_IntersectBy_TSource_TKey_3
 
static MethodInfo s_IntersectBy_TSource_TKey_4
 
static MethodInfo s_Join_TOuter_TInner_TKey_TResult_5
 
static MethodInfo s_Join_TOuter_TInner_TKey_TResult_6
 
static MethodInfo s_Last_TSource_1
 
static MethodInfo s_Last_TSource_2
 
static MethodInfo s_LastOrDefault_TSource_1
 
static MethodInfo s_LastOrDefault_TSource_2
 
static MethodInfo s_LastOrDefault_TSource_3
 
static MethodInfo s_LastOrDefault_TSource_4
 
static MethodInfo s_LongCount_TSource_1
 
static MethodInfo s_LongCount_TSource_2
 
static MethodInfo s_Max_TSource_1
 
static MethodInfo s_Max_TSource_2
 
static MethodInfo s_Max_TSource_TResult_2
 
static MethodInfo s_MaxBy_TSource_TKey_2
 
static MethodInfo s_MaxBy_TSource_TKey_3
 
static MethodInfo s_Min_TSource_1
 
static MethodInfo s_Min_TSource_2
 
static MethodInfo s_Min_TSource_TResult_2
 
static MethodInfo s_MinBy_TSource_TKey_2
 
static MethodInfo s_MinBy_TSource_TKey_3
 
static MethodInfo s_OfType_TResult_1
 
static MethodInfo s_OrderBy_TSource_TKey_2
 
static MethodInfo s_OrderBy_TSource_TKey_3
 
static MethodInfo s_OrderByDescending_TSource_TKey_2
 
static MethodInfo s_OrderByDescending_TSource_TKey_3
 
static MethodInfo s_Reverse_TSource_1
 
static MethodInfo s_Select_TSource_TResult_2
 
static MethodInfo s_Select_Index_TSource_TResult_2
 
static MethodInfo s_SelectMany_TSource_TResult_2
 
static MethodInfo s_SelectMany_Index_TSource_TResult_2
 
static MethodInfo s_SelectMany_Index_TSource_TCollection_TResult_3
 
static MethodInfo s_SelectMany_TSource_TCollection_TResult_3
 
static MethodInfo s_SequenceEqual_TSource_2
 
static MethodInfo s_SequenceEqual_TSource_3
 
static MethodInfo s_Single_TSource_1
 
static MethodInfo s_Single_TSource_2
 
static MethodInfo s_SingleOrDefault_TSource_1
 
static MethodInfo s_SingleOrDefault_TSource_2
 
static MethodInfo s_SingleOrDefault_TSource_3
 
static MethodInfo s_SingleOrDefault_TSource_4
 
static MethodInfo s_Skip_TSource_2
 
static MethodInfo s_SkipWhile_TSource_2
 
static MethodInfo s_SkipWhile_Index_TSource_2
 
static MethodInfo s_Sum_Int32_1
 
static MethodInfo s_Sum_NullableInt32_1
 
static MethodInfo s_Sum_Int64_1
 
static MethodInfo s_Sum_NullableInt64_1
 
static MethodInfo s_Sum_Single_1
 
static MethodInfo s_Sum_NullableSingle_1
 
static MethodInfo s_Sum_Double_1
 
static MethodInfo s_Sum_NullableDouble_1
 
static MethodInfo s_Sum_Decimal_1
 
static MethodInfo s_Sum_NullableDecimal_1
 
static MethodInfo s_Sum_NullableDecimal_TSource_2
 
static MethodInfo s_Sum_Int32_TSource_2
 
static MethodInfo s_Sum_NullableInt32_TSource_2
 
static MethodInfo s_Sum_Int64_TSource_2
 
static MethodInfo s_Sum_NullableInt64_TSource_2
 
static MethodInfo s_Sum_Single_TSource_2
 
static MethodInfo s_Sum_NullableSingle_TSource_2
 
static MethodInfo s_Sum_Double_TSource_2
 
static MethodInfo s_Sum_NullableDouble_TSource_2
 
static MethodInfo s_Sum_Decimal_TSource_2
 
static MethodInfo s_Take_Int32_TSource_2
 
static MethodInfo s_Take_Range_TSource_2
 
static MethodInfo s_TakeWhile_TSource_2
 
static MethodInfo s_TakeWhile_Index_TSource_2
 
static MethodInfo s_ThenBy_TSource_TKey_2
 
static MethodInfo s_ThenBy_TSource_TKey_3
 
static MethodInfo s_ThenByDescending_TSource_TKey_2
 
static MethodInfo s_ThenByDescending_TSource_TKey_3
 
static MethodInfo s_Union_TSource_2
 
static MethodInfo s_Union_TSource_3
 
static MethodInfo s_UnionBy_TSource_TKey_3
 
static MethodInfo s_UnionBy_TSource_TKey_4
 
static MethodInfo s_Where_TSource_2
 
static MethodInfo s_Where_Index_TSource_2
 
static MethodInfo s_Zip_TFirst_TSecond_2
 
static MethodInfo s_Zip_TFirst_TSecond_TResult_3
 
static MethodInfo s_Zip_TFirst_TSecond_TThird_3
 
static MethodInfo s_SkipLast_TSource_2
 
static MethodInfo s_TakeLast_TSource_2
 
static MethodInfo s_Append_TSource_2
 
static MethodInfo s_Prepend_TSource_2
 

Detailed Description

Definition at line 9 of file CachedReflectionInfo.cs.


The documentation for this class was generated from the following file: