定义:Char {String}.get_Chars(Int32 index)
调用:{String}.get_Chars(index)

定义:Int32 {String}.get_Length()
调用:{String}.get_Length()

定义:String String.Intern(String str)
调用:String.Intern(str)

定义:String String.IsInterned(String str)
调用:String.IsInterned(str)

定义:Int32 String.Compare(String strA,String strB)
调用:String.Compare(strA,strB)

定义:Int32 String.Compare(String strA,String strB,Boolean ignoreCase)
调用:String.Compare(strA,strB,ignoreCase)

定义:Int32 String.Compare(String strA,String strB,StringComparison comparisonType)
调用:String.Compare(strA,strB,comparisonType)

定义:Int32 String.Compare(String strA,String strB,CultureInfo culture,CompareOptions options)
调用:String.Compare(strA,strB,culture,options)

定义:Int32 String.Compare(String strA,String strB,Boolean ignoreCase,CultureInfo culture)
调用:String.Compare(strA,strB,ignoreCase,culture)

定义:Int32 String.Compare(String strA,Int32 indexA,String strB,Int32 indexB,Int32 length)
调用:String.Compare(strA,indexA,strB,indexB,length)

定义:Int32 String.Compare(String strA,Int32 indexA,String strB,Int32 indexB,Int32 length,Boolean ignoreCase)
调用:String.Compare(strA,indexA,strB,indexB,length,ignoreCase)

定义:Int32 String.Compare(String strA,Int32 indexA,String strB,Int32 indexB,Int32 length,StringComparison comparisonType)
调用:String.Compare(strA,indexA,strB,indexB,length,comparisonType)

定义:Int32 String.Compare(String strA,Int32 indexA,String strB,Int32 indexB,Int32 length,Boolean ignoreCase,CultureInfo culture)
调用:String.Compare(strA,indexA,strB,indexB,length,ignoreCase,culture)

定义:Int32 String.Compare(String strA,Int32 indexA,String strB,Int32 indexB,Int32 length,CultureInfo culture,CompareOptions options)
调用:String.Compare(strA,indexA,strB,indexB,length,culture,options)

定义:Int32 String.CompareOrdinal(String strA,String strB)
调用:String.CompareOrdinal(strA,strB)

定义:Int32 String.CompareOrdinal(String strA,Int32 indexA,String strB,Int32 indexB,Int32 length)
调用:String.CompareOrdinal(strA,indexA,strB,indexB,length)

定义:Int32 {String}.CompareTo(Object value)
调用:{String}.CompareTo(value)

定义:Int32 {String}.CompareTo(String strB)
调用:{String}.CompareTo(strB)

定义:Boolean {String}.EndsWith(String value)
调用:{String}.EndsWith(value)

定义:Boolean {String}.EndsWith(Char value)
调用:{String}.EndsWith(value)

定义:Boolean {String}.EndsWith(String value,StringComparison comparisonType)
调用:{String}.EndsWith(value,comparisonType)

定义:Boolean {String}.EndsWith(String value,Boolean ignoreCase,CultureInfo culture)
调用:{String}.EndsWith(value,ignoreCase,culture)

定义:Boolean {String}.Equals(Object obj)
调用:{String}.Equals(obj)

定义:Boolean {String}.Equals(String value)
调用:{String}.Equals(value)

定义:Boolean {String}.Equals(String value,StringComparison comparisonType)
调用:{String}.Equals(value,comparisonType)

定义:Boolean String.Equals(String a,String b)
调用:String.Equals(a,b)

定义:Boolean String.Equals(String a,String b,StringComparison comparisonType)
调用:String.Equals(a,b,comparisonType)

定义:Boolean String.op_Equality(String a,String b)
调用:String.op_Equality(a,b)

定义:Boolean String.op_Inequality(String a,String b)
调用:String.op_Inequality(a,b)

定义:Int32 {String}.GetHashCode()
调用:{String}.GetHashCode()

定义:Int32 {String}.GetHashCode(StringComparison comparisonType)
调用:{String}.GetHashCode(comparisonType)

定义:Boolean {String}.StartsWith(String value)
调用:{String}.StartsWith(value)

定义:Boolean {String}.StartsWith(Char value)
调用:{String}.StartsWith(value)

定义:Boolean {String}.StartsWith(String value,StringComparison comparisonType)
调用:{String}.StartsWith(value,comparisonType)

定义:Boolean {String}.StartsWith(String value,Boolean ignoreCase,CultureInfo culture)
调用:{String}.StartsWith(value,ignoreCase,culture)

定义:ReadOnlySpan`1 String.op_Implicit(String value)
调用:String.op_Implicit(value)

定义:Object {String}.Clone()
调用:{String}.Clone()

定义:String String.Copy(String str)
调用:String.Copy(str)

定义:Void {String}.CopyTo(Int32 sourceIndex,Char[] destination,Int32 destinationIndex,Int32 count)
调用:{String}.CopyTo(sourceIndex,destination,destinationIndex,count)

定义:Void {String}.CopyTo(Span`1 destination)
调用:{String}.CopyTo(destination)

定义:Boolean {String}.TryCopyTo(Span`1 destination)
调用:{String}.TryCopyTo(destination)

定义:Char[] {String}.ToCharArray()
调用:{String}.ToCharArray()

定义:Char[] {String}.ToCharArray(Int32 startIndex,Int32 length)
调用:{String}.ToCharArray(startIndex,length)

定义:Boolean String.IsNullOrEmpty(String value)
调用:String.IsNullOrEmpty(value)

定义:Boolean String.IsNullOrWhiteSpace(String value)
调用:String.IsNullOrWhiteSpace(value)

定义:Char& {String}.GetPinnableReference()
调用:{String}.GetPinnableReference()

定义:String {String}.ToString()
调用:{String}.ToString()

定义:CharEnumerator {String}.GetEnumerator()
调用:{String}.GetEnumerator()

定义:StringRuneEnumerator {String}.EnumerateRunes()
调用:{String}.EnumerateRunes()

定义:TypeCode {String}.GetTypeCode()
调用:{String}.GetTypeCode()

定义:Boolean {String}.IsNormalized()
调用:{String}.IsNormalized()

定义:Boolean {String}.IsNormalized(NormalizationForm normalizationForm)
调用:{String}.IsNormalized(normalizationForm)

定义:String {String}.Normalize()
调用:{String}.Normalize()

定义:String {String}.Normalize(NormalizationForm normalizationForm)
调用:{String}.Normalize(normalizationForm)

定义:String String.Concat(Object arg0)
调用:String.Concat(arg0)

定义:String String.Concat(Object[] args)
调用:String.Concat(args)

定义:String String.Concat(IEnumerable`1 values)
调用:String.Concat(values)

定义:String String.Concat(String[] values)
调用:String.Concat(values)

定义:String String.Concat(Object arg0,Object arg1)
调用:String.Concat(arg0,arg1)

定义:String String.Concat(String str0,String str1)
调用:String.Concat(str0,str1)

定义:String String.Concat(Object arg0,Object arg1,Object arg2)
调用:String.Concat(arg0,arg1,arg2)

定义:String String.Concat(String str0,String str1,String str2)
调用:String.Concat(str0,str1,str2)

定义:String String.Concat(String str0,String str1,String str2,String str3)
调用:String.Concat(str0,str1,str2,str3)

定义:String String.Format(String format,Object arg0)
调用:String.Format(format,arg0)

定义:String String.Format(String format,Object[] args)
调用:String.Format(format,args)

定义:String String.Format(String format,Object arg0,Object arg1)
调用:String.Format(format,arg0,arg1)

定义:String String.Format(String format,Object arg0,Object arg1,Object arg2)
调用:String.Format(format,arg0,arg1,arg2)

定义:String {String}.Insert(Int32 startIndex,String value)
调用:{String}.Insert(startIndex,value)

定义:String String.Join(Char separator,String[] value)
调用:String.Join(separator,value)

定义:String String.Join(String separator,String[] value)
调用:String.Join(separator,value)

定义:String String.Join(String separator,IEnumerable`1 values)
调用:String.Join(separator,values)

定义:String String.Join(Char separator,Object[] values)
调用:String.Join(separator,values)

定义:String String.Join(String separator,Object[] values)
调用:String.Join(separator,values)

定义:String String.Join(Char separator,String[] value,Int32 startIndex,Int32 count)
调用:String.Join(separator,value,startIndex,count)

定义:String String.Join(String separator,String[] value,Int32 startIndex,Int32 count)
调用:String.Join(separator,value,startIndex,count)

定义:String {String}.PadLeft(Int32 totalWidth)
调用:{String}.PadLeft(totalWidth)

定义:String {String}.PadLeft(Int32 totalWidth,Char paddingChar)
调用:{String}.PadLeft(totalWidth,paddingChar)

定义:String {String}.PadRight(Int32 totalWidth)
调用:{String}.PadRight(totalWidth)

定义:String {String}.PadRight(Int32 totalWidth,Char paddingChar)
调用:{String}.PadRight(totalWidth,paddingChar)

定义:String {String}.Remove(Int32 startIndex,Int32 count)
调用:{String}.Remove(startIndex,count)

定义:String {String}.Remove(Int32 startIndex)
调用:{String}.Remove(startIndex)

定义:String {String}.Replace(String oldValue,String newValue,Boolean ignoreCase,CultureInfo culture)
调用:{String}.Replace(oldValue,newValue,ignoreCase,culture)

定义:String {String}.Replace(String oldValue,String newValue,StringComparison comparisonType)
调用:{String}.Replace(oldValue,newValue,comparisonType)

定义:String {String}.Replace(Char oldChar,Char newChar)
调用:{String}.Replace(oldChar,newChar)

定义:String {String}.Replace(String oldValue,String newValue)
调用:{String}.Replace(oldValue,newValue)

定义:String {String}.ReplaceLineEndings()
调用:{String}.ReplaceLineEndings()

定义:String {String}.ReplaceLineEndings(String replacementText)
调用:{String}.ReplaceLineEndings(replacementText)

定义:String[] {String}.Split(Char separator,StringSplitOptions options)
调用:{String}.Split(separator,options)

定义:String[] {String}.Split(Char[] separator,Int32 count)
调用:{String}.Split(separator,count)

定义:String[] {String}.Split(Char[] separator,StringSplitOptions options)
调用:{String}.Split(separator,options)

定义:String[] {String}.Split(String separator,StringSplitOptions options)
调用:{String}.Split(separator,options)

定义:String[] {String}.Split(String[] separator,StringSplitOptions options)
调用:{String}.Split(separator,options)

定义:String[] {String}.Split(Char separator,Int32 count,StringSplitOptions options)
调用:{String}.Split(separator,count,options)

定义:String[] {String}.Split(Char[] separator,Int32 count,StringSplitOptions options)
调用:{String}.Split(separator,count,options)

定义:String[] {String}.Split(String separator,Int32 count,StringSplitOptions options)
调用:{String}.Split(separator,count,options)

定义:String[] {String}.Split(String[] separator,Int32 count,StringSplitOptions options)
调用:{String}.Split(separator,count,options)

定义:String[] {String}.Split(Char[] separator)
调用:{String}.Split(separator)

定义:String {String}.Substring(Int32 startIndex)
调用:{String}.Substring(startIndex)

定义:String {String}.Substring(Int32 startIndex,Int32 length)
调用:{String}.Substring(startIndex,length)

定义:String {String}.ToLower()
调用:{String}.ToLower()

定义:String {String}.ToLower(CultureInfo culture)
调用:{String}.ToLower(culture)

定义:String {String}.ToLowerInvariant()
调用:{String}.ToLowerInvariant()

定义:String {String}.ToUpper()
调用:{String}.ToUpper()

定义:String {String}.ToUpper(CultureInfo culture)
调用:{String}.ToUpper(culture)

定义:String {String}.ToUpperInvariant()
调用:{String}.ToUpperInvariant()

定义:String {String}.Trim()
调用:{String}.Trim()

定义:String {String}.Trim(Char trimChar)
调用:{String}.Trim(trimChar)

定义:String {String}.Trim(Char[] trimChars)
调用:{String}.Trim(trimChars)

定义:String {String}.TrimStart()
调用:{String}.TrimStart()

定义:String {String}.TrimStart(Char trimChar)
调用:{String}.TrimStart(trimChar)

定义:String {String}.TrimStart(Char[] trimChars)
调用:{String}.TrimStart(trimChars)

定义:String {String}.TrimEnd()
调用:{String}.TrimEnd()

定义:String {String}.TrimEnd(Char trimChar)
调用:{String}.TrimEnd(trimChar)

定义:String {String}.TrimEnd(Char[] trimChars)
调用:{String}.TrimEnd(trimChars)

定义:Boolean {String}.Contains(String value)
调用:{String}.Contains(value)

定义:Boolean {String}.Contains(Char value)
调用:{String}.Contains(value)

定义:Boolean {String}.Contains(String value,StringComparison comparisonType)
调用:{String}.Contains(value,comparisonType)

定义:Boolean {String}.Contains(Char value,StringComparison comparisonType)
调用:{String}.Contains(value,comparisonType)

定义:Int32 {String}.IndexOf(Char value)
调用:{String}.IndexOf(value)

定义:Int32 {String}.IndexOf(String value)
调用:{String}.IndexOf(value)

定义:Int32 {String}.IndexOf(Char value,Int32 startIndex)
调用:{String}.IndexOf(value,startIndex)

定义:Int32 {String}.IndexOf(Char value,StringComparison comparisonType)
调用:{String}.IndexOf(value,comparisonType)

定义:Int32 {String}.IndexOf(String value,Int32 startIndex)
调用:{String}.IndexOf(value,startIndex)

定义:Int32 {String}.IndexOf(String value,StringComparison comparisonType)
调用:{String}.IndexOf(value,comparisonType)

定义:Int32 {String}.IndexOf(Char value,Int32 startIndex,Int32 count)
调用:{String}.IndexOf(value,startIndex,count)

定义:Int32 {String}.IndexOf(String value,Int32 startIndex,Int32 count)
调用:{String}.IndexOf(value,startIndex,count)

定义:Int32 {String}.IndexOf(String value,Int32 startIndex,StringComparison comparisonType)
调用:{String}.IndexOf(value,startIndex,comparisonType)

定义:Int32 {String}.IndexOfAny(Char[] anyOf)
调用:{String}.IndexOfAny(anyOf)

定义:Int32 {String}.IndexOfAny(Char[] anyOf,Int32 startIndex)
调用:{String}.IndexOfAny(anyOf,startIndex)

定义:Int32 {String}.IndexOfAny(Char[] anyOf,Int32 startIndex,Int32 count)
调用:{String}.IndexOfAny(anyOf,startIndex,count)

定义:Int32 {String}.IndexOf(String value,Int32 startIndex,Int32 count,StringComparison comparisonType)
调用:{String}.IndexOf(value,startIndex,count,comparisonType)

定义:Int32 {String}.LastIndexOf(Char value)
调用:{String}.LastIndexOf(value)

定义:Int32 {String}.LastIndexOf(String value)
调用:{String}.LastIndexOf(value)

定义:Int32 {String}.LastIndexOf(Char value,Int32 startIndex)
调用:{String}.LastIndexOf(value,startIndex)

定义:Int32 {String}.LastIndexOf(String value,Int32 startIndex)
调用:{String}.LastIndexOf(value,startIndex)

定义:Int32 {String}.LastIndexOf(String value,StringComparison comparisonType)
调用:{String}.LastIndexOf(value,comparisonType)

定义:Int32 {String}.LastIndexOf(Char value,Int32 startIndex,Int32 count)
调用:{String}.LastIndexOf(value,startIndex,count)

定义:Int32 {String}.LastIndexOf(String value,Int32 startIndex,Int32 count)
调用:{String}.LastIndexOf(value,startIndex,count)

定义:Int32 {String}.LastIndexOf(String value,Int32 startIndex,StringComparison comparisonType)
调用:{String}.LastIndexOf(value,startIndex,comparisonType)

定义:Int32 {String}.LastIndexOfAny(Char[] anyOf)
调用:{String}.LastIndexOfAny(anyOf)

定义:Int32 {String}.LastIndexOfAny(Char[] anyOf,Int32 startIndex)
调用:{String}.LastIndexOfAny(anyOf,startIndex)

定义:Int32 {String}.LastIndexOfAny(Char[] anyOf,Int32 startIndex,Int32 count)
调用:{String}.LastIndexOfAny(anyOf,startIndex,count)

定义:Int32 {String}.LastIndexOf(String value,Int32 startIndex,Int32 count,StringComparison comparisonType)
调用:{String}.LastIndexOf(value,startIndex,count,comparisonType)

定义:Type {String}.GetType()
调用:{String}.GetType()

定义:Int32 {Int32}.CompareTo(Int32 value)
调用:{Int32}.CompareTo(value)

定义:Boolean {Int32}.Equals(Int32 obj)
调用:{Int32}.Equals(obj)

定义:String {Int32}.ToString(String format)
调用:{Int32}.ToString(format)

定义:Int32 Int32.Parse(String s)
调用:Int32.Parse(s)

定义:Int32 Int32.Parse(String s,NumberStyles style)
调用:Int32.Parse(s,style)

定义:ValueTuple`2 Int32.DivRem(Int32 left,Int32 right)
调用:Int32.DivRem(left,right)

定义:Int32 Int32.LeadingZeroCount(Int32 value)
调用:Int32.LeadingZeroCount(value)

定义:Int32 Int32.PopCount(Int32 value)
调用:Int32.PopCount(value)

定义:Int32 Int32.RotateLeft(Int32 value,Int32 rotateAmount)
调用:Int32.RotateLeft(value,rotateAmount)

定义:Int32 Int32.RotateRight(Int32 value,Int32 rotateAmount)
调用:Int32.RotateRight(value,rotateAmount)

定义:Int32 Int32.TrailingZeroCount(Int32 value)
调用:Int32.TrailingZeroCount(value)

定义:Boolean Int32.IsPow2(Int32 value)
调用:Int32.IsPow2(value)

定义:Int32 Int32.Log2(Int32 value)
调用:Int32.Log2(value)

定义:Int32 Int32.Clamp(Int32 value,Int32 min,Int32 max)
调用:Int32.Clamp(value,min,max)

定义:Int32 Int32.CopySign(Int32 value,Int32 sign)
调用:Int32.CopySign(value,sign)

定义:Int32 Int32.Max(Int32 x,Int32 y)
调用:Int32.Max(x,y)

定义:Int32 Int32.Min(Int32 x,Int32 y)
调用:Int32.Min(x,y)

定义:Int32 Int32.Sign(Int32 value)
调用:Int32.Sign(value)

定义:Int32 Int32.Abs(Int32 value)
调用:Int32.Abs(value)

定义:Boolean Int32.IsEvenInteger(Int32 value)
调用:Int32.IsEvenInteger(value)

定义:Boolean Int32.IsNegative(Int32 value)
调用:Int32.IsNegative(value)

定义:Boolean Int32.IsOddInteger(Int32 value)
调用:Int32.IsOddInteger(value)

定义:Boolean Int32.IsPositive(Int32 value)
调用:Int32.IsPositive(value)

定义:Int32 Int32.MaxMagnitude(Int32 x,Int32 y)
调用:Int32.MaxMagnitude(x,y)

定义:Int32 Int32.MinMagnitude(Int32 x,Int32 y)
调用:Int32.MinMagnitude(x,y)

定义:Byte {Decimal}.get_Scale()
调用:{Decimal}.get_Scale()

定义:Decimal Decimal.FromOACurrency(Int64 cy)
调用:Decimal.FromOACurrency(cy)

定义:Int64 Decimal.ToOACurrency(Decimal value)
调用:Decimal.ToOACurrency(value)

定义:Decimal Decimal.Add(Decimal d1,Decimal d2)
调用:Decimal.Add(d1,d2)

定义:Decimal Decimal.Ceiling(Decimal d)
调用:Decimal.Ceiling(d)

定义:Int32 Decimal.Compare(Decimal d1,Decimal d2)
调用:Decimal.Compare(d1,d2)

定义:Int32 {Decimal}.CompareTo(Decimal value)
调用:{Decimal}.CompareTo(value)

定义:Decimal Decimal.Divide(Decimal d1,Decimal d2)
调用:Decimal.Divide(d1,d2)

定义:Boolean {Decimal}.Equals(Decimal value)
调用:{Decimal}.Equals(value)

定义:Boolean Decimal.Equals(Decimal d1,Decimal d2)
调用:Decimal.Equals(d1,d2)

定义:Decimal Decimal.Floor(Decimal d)
调用:Decimal.Floor(d)

定义:Decimal Decimal.Parse(String s)
调用:Decimal.Parse(s)

定义:Decimal Decimal.Parse(String s,NumberStyles style)
调用:Decimal.Parse(s,style)

定义:Int32[] Decimal.GetBits(Decimal d)
调用:Decimal.GetBits(d)

定义:Int32 Decimal.GetBits(Decimal d,Span`1 destination)
调用:Decimal.GetBits(d,destination)

定义:Decimal Decimal.Remainder(Decimal d1,Decimal d2)
调用:Decimal.Remainder(d1,d2)

定义:Decimal Decimal.Multiply(Decimal d1,Decimal d2)
调用:Decimal.Multiply(d1,d2)

定义:Decimal Decimal.Negate(Decimal d)
调用:Decimal.Negate(d)

定义:Decimal Decimal.Round(Decimal d)
调用:Decimal.Round(d)

定义:Decimal Decimal.Round(Decimal d,Int32 decimals)
调用:Decimal.Round(d,decimals)

定义:Decimal Decimal.Round(Decimal d,MidpointRounding mode)
调用:Decimal.Round(d,mode)

定义:Decimal Decimal.Round(Decimal d,Int32 decimals,MidpointRounding mode)
调用:Decimal.Round(d,decimals,mode)

定义:Decimal Decimal.Subtract(Decimal d1,Decimal d2)
调用:Decimal.Subtract(d1,d2)

定义:Byte Decimal.ToByte(Decimal value)
调用:Decimal.ToByte(value)

定义:SByte Decimal.ToSByte(Decimal value)
调用:Decimal.ToSByte(value)

定义:Int16 Decimal.ToInt16(Decimal value)
调用:Decimal.ToInt16(value)

定义:Double Decimal.ToDouble(Decimal d)
调用:Decimal.ToDouble(d)

定义:Int32 Decimal.ToInt32(Decimal d)
调用:Decimal.ToInt32(d)

定义:Int64 Decimal.ToInt64(Decimal d)
调用:Decimal.ToInt64(d)

定义:UInt16 Decimal.ToUInt16(Decimal value)
调用:Decimal.ToUInt16(value)

定义:UInt32 Decimal.ToUInt32(Decimal d)
调用:Decimal.ToUInt32(d)

定义:UInt64 Decimal.ToUInt64(Decimal d)
调用:Decimal.ToUInt64(d)

定义:Single Decimal.ToSingle(Decimal d)
调用:Decimal.ToSingle(d)

定义:Decimal Decimal.Truncate(Decimal d)
调用:Decimal.Truncate(d)

定义:Decimal Decimal.op_Implicit(Byte value)
调用:Decimal.op_Implicit(value)

定义:Decimal Decimal.op_Implicit(Int16 value)
调用:Decimal.op_Implicit(value)

定义:Decimal Decimal.op_Implicit(UInt16 value)
调用:Decimal.op_Implicit(value)

定义:Decimal Decimal.op_Implicit(Char value)
调用:Decimal.op_Implicit(value)

定义:Decimal Decimal.op_Implicit(Int32 value)
调用:Decimal.op_Implicit(value)

定义:Decimal Decimal.op_Implicit(UInt32 value)
调用:Decimal.op_Implicit(value)

定义:Decimal Decimal.op_Implicit(Int64 value)
调用:Decimal.op_Implicit(value)

定义:Decimal Decimal.op_Implicit(UInt64 value)
调用:Decimal.op_Implicit(value)

定义:Decimal Decimal.op_Explicit(Single value)
调用:Decimal.op_Explicit(value)

定义:Decimal Decimal.op_Explicit(Double value)
调用:Decimal.op_Explicit(value)

定义:Double Decimal.op_Explicit(Decimal value)
调用:Decimal.op_Explicit(value)

定义:Decimal Decimal.op_UnaryPlus(Decimal d)
调用:Decimal.op_UnaryPlus(d)

定义:Decimal Decimal.op_UnaryNegation(Decimal d)
调用:Decimal.op_UnaryNegation(d)

定义:Decimal Decimal.op_Increment(Decimal d)
调用:Decimal.op_Increment(d)

定义:Decimal Decimal.op_Decrement(Decimal d)
调用:Decimal.op_Decrement(d)

定义:Decimal Decimal.op_Addition(Decimal d1,Decimal d2)
调用:Decimal.op_Addition(d1,d2)

定义:Decimal Decimal.op_Subtraction(Decimal d1,Decimal d2)
调用:Decimal.op_Subtraction(d1,d2)

定义:Decimal Decimal.op_Multiply(Decimal d1,Decimal d2)
调用:Decimal.op_Multiply(d1,d2)

定义:Decimal Decimal.op_Division(Decimal d1,Decimal d2)
调用:Decimal.op_Division(d1,d2)

定义:Decimal Decimal.op_Modulus(Decimal d1,Decimal d2)
调用:Decimal.op_Modulus(d1,d2)

定义:Boolean Decimal.op_Equality(Decimal d1,Decimal d2)
调用:Decimal.op_Equality(d1,d2)

定义:Boolean Decimal.op_Inequality(Decimal d1,Decimal d2)
调用:Decimal.op_Inequality(d1,d2)

定义:Boolean Decimal.op_LessThan(Decimal d1,Decimal d2)
调用:Decimal.op_LessThan(d1,d2)

定义:Boolean Decimal.op_LessThanOrEqual(Decimal d1,Decimal d2)
调用:Decimal.op_LessThanOrEqual(d1,d2)

定义:Boolean Decimal.op_GreaterThan(Decimal d1,Decimal d2)
调用:Decimal.op_GreaterThan(d1,d2)

定义:Boolean Decimal.op_GreaterThanOrEqual(Decimal d1,Decimal d2)
调用:Decimal.op_GreaterThanOrEqual(d1,d2)

定义:Decimal Decimal.Clamp(Decimal value,Decimal min,Decimal max)
调用:Decimal.Clamp(value,min,max)

定义:Decimal Decimal.CopySign(Decimal value,Decimal sign)
调用:Decimal.CopySign(value,sign)

定义:Decimal Decimal.Max(Decimal x,Decimal y)
调用:Decimal.Max(x,y)

定义:Decimal Decimal.Min(Decimal x,Decimal y)
调用:Decimal.Min(x,y)

定义:Int32 Decimal.Sign(Decimal d)
调用:Decimal.Sign(d)

定义:Decimal Decimal.Abs(Decimal value)
调用:Decimal.Abs(value)

定义:Boolean Decimal.IsCanonical(Decimal value)
调用:Decimal.IsCanonical(value)

定义:Boolean Decimal.IsEvenInteger(Decimal value)
调用:Decimal.IsEvenInteger(value)

定义:Boolean Decimal.IsInteger(Decimal value)
调用:Decimal.IsInteger(value)

定义:Boolean Decimal.IsNegative(Decimal value)
调用:Decimal.IsNegative(value)

定义:Boolean Decimal.IsOddInteger(Decimal value)
调用:Decimal.IsOddInteger(value)

定义:Boolean Decimal.IsPositive(Decimal value)
调用:Decimal.IsPositive(value)

定义:Decimal Decimal.MaxMagnitude(Decimal x,Decimal y)
调用:Decimal.MaxMagnitude(x,y)

定义:Decimal Decimal.MinMagnitude(Decimal x,Decimal y)
调用:Decimal.MinMagnitude(x,y)

定义:String Path.ChangeExtension(String path,String extension)
调用:Path.ChangeExtension(path,extension)

定义:Boolean Path.Exists(String path)
调用:Path.Exists(path)

定义:String Path.GetDirectoryName(String path)
调用:Path.GetDirectoryName(path)

定义:String Path.GetExtension(String path)
调用:Path.GetExtension(path)

定义:String Path.GetFileName(String path)
调用:Path.GetFileName(path)

定义:String Path.GetFileNameWithoutExtension(String path)
调用:Path.GetFileNameWithoutExtension(path)

定义:String Path.GetRandomFileName()
调用:Path.GetRandomFileName()

定义:Boolean Path.IsPathFullyQualified(String path)
调用:Path.IsPathFullyQualified(path)

定义:Boolean Path.HasExtension(String path)
调用:Path.HasExtension(path)

定义:String Path.Combine(String path1,String path2)
调用:Path.Combine(path1,path2)

定义:String Path.Combine(String path1,String path2,String path3)
调用:Path.Combine(path1,path2,path3)

定义:String Path.Combine(String path1,String path2,String path3,String path4)
调用:Path.Combine(path1,path2,path3,path4)

定义:String Path.Combine(String[] paths)
调用:Path.Combine(paths)

定义:String Path.Join(String path1,String path2)
调用:Path.Join(path1,path2)

定义:String Path.Join(String path1,String path2,String path3)
调用:Path.Join(path1,path2,path3)

定义:String Path.Join(String path1,String path2,String path3,String path4)
调用:Path.Join(path1,path2,path3,path4)

定义:String Path.Join(String[] paths)
调用:Path.Join(paths)

定义:String Path.GetRelativePath(String relativeTo,String path)
调用:Path.GetRelativePath(relativeTo,path)

定义:String Path.TrimEndingDirectorySeparator(String path)
调用:Path.TrimEndingDirectorySeparator(path)

定义:Boolean Path.EndsInDirectorySeparator(String path)
调用:Path.EndsInDirectorySeparator(path)

定义:Char[] Path.GetInvalidFileNameChars()
调用:Path.GetInvalidFileNameChars()

定义:Char[] Path.GetInvalidPathChars()
调用:Path.GetInvalidPathChars()

定义:String Path.GetFullPath(String path)
调用:Path.GetFullPath(path)

定义:String Path.GetFullPath(String path,String basePath)
调用:Path.GetFullPath(path,basePath)

定义:String Path.GetTempPath()
调用:Path.GetTempPath()

定义:String Path.GetTempFileName()
调用:Path.GetTempFileName()

定义:Boolean Path.IsPathRooted(String path)
调用:Path.IsPathRooted(path)

定义:String Path.GetPathRoot(String path)
调用:Path.GetPathRoot(path)

定义:XmlNodeType {XmlDocument}.get_NodeType()
调用:{XmlDocument}.get_NodeType()

定义:XmlNode {XmlDocument}.get_ParentNode()
调用:{XmlDocument}.get_ParentNode()

定义:XmlDocumentType {XmlDocument}.get_DocumentType()
调用:{XmlDocument}.get_DocumentType()

定义:XmlImplementation {XmlDocument}.get_Implementation()
调用:{XmlDocument}.get_Implementation()

定义:String {XmlDocument}.get_Name()
调用:{XmlDocument}.get_Name()

定义:String {XmlDocument}.get_LocalName()
调用:{XmlDocument}.get_LocalName()

定义:XmlElement {XmlDocument}.get_DocumentElement()
调用:{XmlDocument}.get_DocumentElement()

定义:XmlDocument {XmlDocument}.get_OwnerDocument()
调用:{XmlDocument}.get_OwnerDocument()

定义:XmlSchemaSet {XmlDocument}.get_Schemas()
调用:{XmlDocument}.get_Schemas()

定义:Void {XmlDocument}.set_Schemas(XmlSchemaSet value)
调用:{XmlDocument}.set_Schemas(value)

定义:Void {XmlDocument}.set_XmlResolver(XmlResolver value)
调用:{XmlDocument}.set_XmlResolver(value)

定义:XmlNameTable {XmlDocument}.get_NameTable()
调用:{XmlDocument}.get_NameTable()

定义:Boolean {XmlDocument}.get_PreserveWhitespace()
调用:{XmlDocument}.get_PreserveWhitespace()

定义:Void {XmlDocument}.set_PreserveWhitespace(Boolean value)
调用:{XmlDocument}.set_PreserveWhitespace(value)

定义:Boolean {XmlDocument}.get_IsReadOnly()
调用:{XmlDocument}.get_IsReadOnly()

定义:Void {XmlDocument}.set_InnerText(String value)
调用:{XmlDocument}.set_InnerText(value)

定义:String {XmlDocument}.get_InnerXml()
调用:{XmlDocument}.get_InnerXml()

定义:Void {XmlDocument}.set_InnerXml(String value)
调用:{XmlDocument}.set_InnerXml(value)

定义:IXmlSchemaInfo {XmlDocument}.get_SchemaInfo()
调用:{XmlDocument}.get_SchemaInfo()

定义:String {XmlDocument}.get_BaseURI()
调用:{XmlDocument}.get_BaseURI()

定义:String {XmlDocument}.get_Value()
调用:{XmlDocument}.get_Value()

定义:Void {XmlDocument}.set_Value(String value)
调用:{XmlDocument}.set_Value(value)

定义:XmlNodeList {XmlDocument}.get_ChildNodes()
调用:{XmlDocument}.get_ChildNodes()

定义:XmlNode {XmlDocument}.get_PreviousSibling()
调用:{XmlDocument}.get_PreviousSibling()

定义:XmlNode {XmlDocument}.get_NextSibling()
调用:{XmlDocument}.get_NextSibling()

定义:XmlAttributeCollection {XmlDocument}.get_Attributes()
调用:{XmlDocument}.get_Attributes()

定义:XmlNode {XmlDocument}.get_FirstChild()
调用:{XmlDocument}.get_FirstChild()

定义:XmlNode {XmlDocument}.get_LastChild()
调用:{XmlDocument}.get_LastChild()

定义:Boolean {XmlDocument}.get_HasChildNodes()
调用:{XmlDocument}.get_HasChildNodes()

定义:String {XmlDocument}.get_NamespaceURI()
调用:{XmlDocument}.get_NamespaceURI()

定义:String {XmlDocument}.get_Prefix()
调用:{XmlDocument}.get_Prefix()

定义:Void {XmlDocument}.set_Prefix(String value)
调用:{XmlDocument}.set_Prefix(value)

定义:String {XmlDocument}.get_OuterXml()
调用:{XmlDocument}.get_OuterXml()

定义:XmlElement {XmlDocument}.get_Item(String name)
调用:{XmlDocument}.get_Item(name)

定义:XmlElement {XmlDocument}.get_Item(String localname,String ns)
调用:{XmlDocument}.get_Item(localname,ns)

定义:XmlNode {XmlDocument}.get_PreviousText()
调用:{XmlDocument}.get_PreviousText()

定义:XmlNode {XmlDocument}.CloneNode(Boolean deep)
调用:{XmlDocument}.CloneNode(deep)

定义:XmlAttribute {XmlDocument}.CreateAttribute(String name)
调用:{XmlDocument}.CreateAttribute(name)

定义:XmlCDataSection {XmlDocument}.CreateCDataSection(String data)
调用:{XmlDocument}.CreateCDataSection(data)

定义:XmlComment {XmlDocument}.CreateComment(String data)
调用:{XmlDocument}.CreateComment(data)

定义:XmlDocumentType {XmlDocument}.CreateDocumentType(String name,String publicId,String systemId,String internalSubset)
调用:{XmlDocument}.CreateDocumentType(name,publicId,systemId,internalSubset)

定义:XmlDocumentFragment {XmlDocument}.CreateDocumentFragment()
调用:{XmlDocument}.CreateDocumentFragment()

定义:XmlElement {XmlDocument}.CreateElement(String name)
调用:{XmlDocument}.CreateElement(name)

定义:XmlEntityReference {XmlDocument}.CreateEntityReference(String name)
调用:{XmlDocument}.CreateEntityReference(name)

定义:XmlProcessingInstruction {XmlDocument}.CreateProcessingInstruction(String target,String data)
调用:{XmlDocument}.CreateProcessingInstruction(target,data)

定义:XmlDeclaration {XmlDocument}.CreateXmlDeclaration(String version,String encoding,String standalone)
调用:{XmlDocument}.CreateXmlDeclaration(version,encoding,standalone)

定义:XmlText {XmlDocument}.CreateTextNode(String text)
调用:{XmlDocument}.CreateTextNode(text)

定义:XmlSignificantWhitespace {XmlDocument}.CreateSignificantWhitespace(String text)
调用:{XmlDocument}.CreateSignificantWhitespace(text)

定义:XPathNavigator {XmlDocument}.CreateNavigator()
调用:{XmlDocument}.CreateNavigator()

定义:XmlWhitespace {XmlDocument}.CreateWhitespace(String text)
调用:{XmlDocument}.CreateWhitespace(text)

定义:XmlNodeList {XmlDocument}.GetElementsByTagName(String name)
调用:{XmlDocument}.GetElementsByTagName(name)

定义:XmlAttribute {XmlDocument}.CreateAttribute(String qualifiedName,String namespaceURI)
调用:{XmlDocument}.CreateAttribute(qualifiedName,namespaceURI)

定义:XmlElement {XmlDocument}.CreateElement(String qualifiedName,String namespaceURI)
调用:{XmlDocument}.CreateElement(qualifiedName,namespaceURI)

定义:XmlNodeList {XmlDocument}.GetElementsByTagName(String localName,String namespaceURI)
调用:{XmlDocument}.GetElementsByTagName(localName,namespaceURI)

定义:XmlElement {XmlDocument}.GetElementById(String elementId)
调用:{XmlDocument}.GetElementById(elementId)

定义:XmlNode {XmlDocument}.ImportNode(XmlNode node,Boolean deep)
调用:{XmlDocument}.ImportNode(node,deep)

定义:XmlAttribute {XmlDocument}.CreateAttribute(String prefix,String localName,String namespaceURI)
调用:{XmlDocument}.CreateAttribute(prefix,localName,namespaceURI)

定义:XmlElement {XmlDocument}.CreateElement(String prefix,String localName,String namespaceURI)
调用:{XmlDocument}.CreateElement(prefix,localName,namespaceURI)

定义:XmlNode {XmlDocument}.CreateNode(XmlNodeType type,String prefix,String name,String namespaceURI)
调用:{XmlDocument}.CreateNode(type,prefix,name,namespaceURI)

定义:XmlNode {XmlDocument}.CreateNode(String nodeTypeString,String name,String namespaceURI)
调用:{XmlDocument}.CreateNode(nodeTypeString,name,namespaceURI)

定义:XmlNode {XmlDocument}.CreateNode(XmlNodeType type,String name,String namespaceURI)
调用:{XmlDocument}.CreateNode(type,name,namespaceURI)

定义:XmlNode {XmlDocument}.ReadNode(XmlReader reader)
调用:{XmlDocument}.ReadNode(reader)

定义:Void {XmlDocument}.Load(String filename)
调用:{XmlDocument}.Load(filename)

定义:Void {XmlDocument}.Load(Stream inStream)
调用:{XmlDocument}.Load(inStream)

定义:Void {XmlDocument}.Load(TextReader txtReader)
调用:{XmlDocument}.Load(txtReader)

定义:Void {XmlDocument}.Load(XmlReader reader)
调用:{XmlDocument}.Load(reader)

定义:Void {XmlDocument}.LoadXml(String xml)
调用:{XmlDocument}.LoadXml(xml)

定义:Void {XmlDocument}.Save(String filename)
调用:{XmlDocument}.Save(filename)

定义:Void {XmlDocument}.Save(Stream outStream)
调用:{XmlDocument}.Save(outStream)

定义:Void {XmlDocument}.Save(TextWriter writer)
调用:{XmlDocument}.Save(writer)

定义:Void {XmlDocument}.Save(XmlWriter w)
调用:{XmlDocument}.Save(w)

定义:Void {XmlDocument}.WriteTo(XmlWriter w)
调用:{XmlDocument}.WriteTo(w)

定义:Void {XmlDocument}.WriteContentTo(XmlWriter xw)
调用:{XmlDocument}.WriteContentTo(xw)

定义:Void {XmlDocument}.Validate(ValidationEventHandler validationEventHandler)
调用:{XmlDocument}.Validate(validationEventHandler)

定义:Void {XmlDocument}.Validate(ValidationEventHandler validationEventHandler,XmlNode nodeToValidate)
调用:{XmlDocument}.Validate(validationEventHandler,nodeToValidate)

定义:Void {XmlDocument}.add_NodeInserting(XmlNodeChangedEventHandler value)
调用:{XmlDocument}.add_NodeInserting(value)

定义:Void {XmlDocument}.remove_NodeInserting(XmlNodeChangedEventHandler value)
调用:{XmlDocument}.remove_NodeInserting(value)

定义:Void {XmlDocument}.add_NodeInserted(XmlNodeChangedEventHandler value)
调用:{XmlDocument}.add_NodeInserted(value)

定义:Void {XmlDocument}.remove_NodeInserted(XmlNodeChangedEventHandler value)
调用:{XmlDocument}.remove_NodeInserted(value)

定义:Void {XmlDocument}.add_NodeRemoving(XmlNodeChangedEventHandler value)
调用:{XmlDocument}.add_NodeRemoving(value)

定义:Void {XmlDocument}.remove_NodeRemoving(XmlNodeChangedEventHandler value)
调用:{XmlDocument}.remove_NodeRemoving(value)

定义:Void {XmlDocument}.add_NodeRemoved(XmlNodeChangedEventHandler value)
调用:{XmlDocument}.add_NodeRemoved(value)

定义:Void {XmlDocument}.remove_NodeRemoved(XmlNodeChangedEventHandler value)
调用:{XmlDocument}.remove_NodeRemoved(value)

定义:Void {XmlDocument}.add_NodeChanging(XmlNodeChangedEventHandler value)
调用:{XmlDocument}.add_NodeChanging(value)

定义:Void {XmlDocument}.remove_NodeChanging(XmlNodeChangedEventHandler value)
调用:{XmlDocument}.remove_NodeChanging(value)

定义:Void {XmlDocument}.add_NodeChanged(XmlNodeChangedEventHandler value)
调用:{XmlDocument}.add_NodeChanged(value)

定义:Void {XmlDocument}.remove_NodeChanged(XmlNodeChangedEventHandler value)
调用:{XmlDocument}.remove_NodeChanged(value)

定义:XmlNode {XmlDocument}.SelectSingleNode(String xpath)
调用:{XmlDocument}.SelectSingleNode(xpath)

定义:XmlNode {XmlDocument}.SelectSingleNode(String xpath,XmlNamespaceManager nsmgr)
调用:{XmlDocument}.SelectSingleNode(xpath,nsmgr)

定义:XmlNodeList {XmlDocument}.SelectNodes(String xpath)
调用:{XmlDocument}.SelectNodes(xpath)

定义:XmlNodeList {XmlDocument}.SelectNodes(String xpath,XmlNamespaceManager nsmgr)
调用:{XmlDocument}.SelectNodes(xpath,nsmgr)

定义:XmlNode {XmlDocument}.InsertBefore(XmlNode newChild,XmlNode refChild)
调用:{XmlDocument}.InsertBefore(newChild,refChild)

定义:XmlNode {XmlDocument}.InsertAfter(XmlNode newChild,XmlNode refChild)
调用:{XmlDocument}.InsertAfter(newChild,refChild)

定义:XmlNode {XmlDocument}.ReplaceChild(XmlNode newChild,XmlNode oldChild)
调用:{XmlDocument}.ReplaceChild(newChild,oldChild)

定义:XmlNode {XmlDocument}.RemoveChild(XmlNode oldChild)
调用:{XmlDocument}.RemoveChild(oldChild)

定义:XmlNode {XmlDocument}.PrependChild(XmlNode newChild)
调用:{XmlDocument}.PrependChild(newChild)

定义:XmlNode {XmlDocument}.AppendChild(XmlNode newChild)
调用:{XmlDocument}.AppendChild(newChild)

定义:Void {XmlDocument}.Normalize()
调用:{XmlDocument}.Normalize()

定义:Boolean {XmlDocument}.Supports(String feature,String version)
调用:{XmlDocument}.Supports(feature,version)

定义:XmlNode {XmlDocument}.Clone()
调用:{XmlDocument}.Clone()

定义:IEnumerator {XmlDocument}.GetEnumerator()
调用:{XmlDocument}.GetEnumerator()

定义:String {XmlDocument}.get_InnerText()
调用:{XmlDocument}.get_InnerText()

定义:Void {XmlDocument}.RemoveAll()
调用:{XmlDocument}.RemoveAll()

定义:String {XmlDocument}.GetNamespaceOfPrefix(String prefix)
调用:{XmlDocument}.GetNamespaceOfPrefix(prefix)

定义:String {XmlDocument}.GetPrefixOfNamespace(String namespaceURI)
调用:{XmlDocument}.GetPrefixOfNamespace(namespaceURI)

定义:Boolean {XmlElement}.get_IsEmpty()
调用:{XmlElement}.get_IsEmpty()

定义:Void {XmlElement}.set_IsEmpty(Boolean value)
调用:{XmlElement}.set_IsEmpty(value)

定义:Boolean {XmlElement}.get_HasAttributes()
调用:{XmlElement}.get_HasAttributes()

定义:String {XmlElement}.GetAttribute(String name)
调用:{XmlElement}.GetAttribute(name)

定义:Void {XmlElement}.SetAttribute(String name,String value)
调用:{XmlElement}.SetAttribute(name,value)

定义:Void {XmlElement}.RemoveAttribute(String name)
调用:{XmlElement}.RemoveAttribute(name)

定义:XmlAttribute {XmlElement}.GetAttributeNode(String name)
调用:{XmlElement}.GetAttributeNode(name)

定义:XmlAttribute {XmlElement}.SetAttributeNode(XmlAttribute newAttr)
调用:{XmlElement}.SetAttributeNode(newAttr)

定义:XmlAttribute {XmlElement}.RemoveAttributeNode(XmlAttribute oldAttr)
调用:{XmlElement}.RemoveAttributeNode(oldAttr)

定义:String {XmlElement}.GetAttribute(String localName,String namespaceURI)
调用:{XmlElement}.GetAttribute(localName,namespaceURI)

定义:String {XmlElement}.SetAttribute(String localName,String namespaceURI,String value)
调用:{XmlElement}.SetAttribute(localName,namespaceURI,value)

定义:Void {XmlElement}.RemoveAttribute(String localName,String namespaceURI)
调用:{XmlElement}.RemoveAttribute(localName,namespaceURI)

定义:XmlAttribute {XmlElement}.GetAttributeNode(String localName,String namespaceURI)
调用:{XmlElement}.GetAttributeNode(localName,namespaceURI)

定义:XmlAttribute {XmlElement}.SetAttributeNode(String localName,String namespaceURI)
调用:{XmlElement}.SetAttributeNode(localName,namespaceURI)

定义:XmlAttribute {XmlElement}.RemoveAttributeNode(String localName,String namespaceURI)
调用:{XmlElement}.RemoveAttributeNode(localName,namespaceURI)

定义:Boolean {XmlElement}.HasAttribute(String name)
调用:{XmlElement}.HasAttribute(name)

定义:Boolean {XmlElement}.HasAttribute(String localName,String namespaceURI)
调用:{XmlElement}.HasAttribute(localName,namespaceURI)

定义:XmlNode {XmlElement}.RemoveAttributeAt(Int32 i)
调用:{XmlElement}.RemoveAttributeAt(i)

定义:Void {XmlElement}.RemoveAllAttributes()
调用:{XmlElement}.RemoveAllAttributes()

定义:Boolean {XmlAttribute}.get_Specified()
调用:{XmlAttribute}.get_Specified()

定义:XmlElement {XmlAttribute}.get_OwnerElement()
调用:{XmlAttribute}.get_OwnerElement()

定义:RegexOptions {Regex}.get_Options()
调用:{Regex}.get_Options()

定义:Boolean {Regex}.get_RightToLeft()
调用:{Regex}.get_RightToLeft()

定义:Int32 Regex.get_CacheSize()
调用:Regex.get_CacheSize()

定义:Void Regex.set_CacheSize(Int32 value)
调用:Regex.set_CacheSize(value)

定义:TimeSpan {Regex}.get_MatchTimeout()
调用:{Regex}.get_MatchTimeout()

定义:Void Regex.CompileToAssembly(RegexCompilationInfo[] regexinfos,AssemblyName assemblyname)
调用:Regex.CompileToAssembly(regexinfos,assemblyname)

定义:Void Regex.CompileToAssembly(RegexCompilationInfo[] regexinfos,AssemblyName assemblyname,CustomAttributeBuilder[] attributes)
调用:Regex.CompileToAssembly(regexinfos,assemblyname,attributes)

定义:Void Regex.CompileToAssembly(RegexCompilationInfo[] regexinfos,AssemblyName assemblyname,CustomAttributeBuilder[] attributes,String resourceFile)
调用:Regex.CompileToAssembly(regexinfos,assemblyname,attributes,resourceFile)

定义:String Regex.Escape(String str)
调用:Regex.Escape(str)

定义:String Regex.Unescape(String str)
调用:Regex.Unescape(str)

定义:String[] {Regex}.GetGroupNames()
调用:{Regex}.GetGroupNames()

定义:Int32[] {Regex}.GetGroupNumbers()
调用:{Regex}.GetGroupNumbers()

定义:String {Regex}.GroupNameFromNumber(Int32 i)
调用:{Regex}.GroupNameFromNumber(i)

定义:Int32 {Regex}.GroupNumberFromName(String name)
调用:{Regex}.GroupNumberFromName(name)

定义:Int32 {Regex}.Count(String input)
调用:{Regex}.Count(input)

定义:Int32 Regex.Count(String input,String pattern)
调用:Regex.Count(input,pattern)

定义:Int32 Regex.Count(String input,String pattern,RegexOptions options)
调用:Regex.Count(input,pattern,options)

定义:Int32 Regex.Count(String input,String pattern,RegexOptions options,TimeSpan matchTimeout)
调用:Regex.Count(input,pattern,options,matchTimeout)

定义:Boolean Regex.IsMatch(String input,String pattern)
调用:Regex.IsMatch(input,pattern)

定义:Boolean {Regex}.IsMatch(String input,Int32 startat)
调用:{Regex}.IsMatch(input,startat)

定义:Boolean Regex.IsMatch(String input,String pattern,RegexOptions options)
调用:Regex.IsMatch(input,pattern,options)

定义:Boolean Regex.IsMatch(String input,String pattern,RegexOptions options,TimeSpan matchTimeout)
调用:Regex.IsMatch(input,pattern,options,matchTimeout)

定义:Boolean {Regex}.IsMatch(String input)
调用:{Regex}.IsMatch(input)

定义:Match Regex.Match(String input,String pattern)
调用:Regex.Match(input,pattern)

定义:Match {Regex}.Match(String input,Int32 startat)
调用:{Regex}.Match(input,startat)

定义:Match Regex.Match(String input,String pattern,RegexOptions options)
调用:Regex.Match(input,pattern,options)

定义:Match {Regex}.Match(String input,Int32 beginning,Int32 length)
调用:{Regex}.Match(input,beginning,length)

定义:Match Regex.Match(String input,String pattern,RegexOptions options,TimeSpan matchTimeout)
调用:Regex.Match(input,pattern,options,matchTimeout)

定义:Match {Regex}.Match(String input)
调用:{Regex}.Match(input)

定义:MatchCollection Regex.Matches(String input,String pattern)
调用:Regex.Matches(input,pattern)

定义:MatchCollection {Regex}.Matches(String input,Int32 startat)
调用:{Regex}.Matches(input,startat)

定义:MatchCollection Regex.Matches(String input,String pattern,RegexOptions options)
调用:Regex.Matches(input,pattern,options)

定义:MatchCollection Regex.Matches(String input,String pattern,RegexOptions options,TimeSpan matchTimeout)
调用:Regex.Matches(input,pattern,options,matchTimeout)

定义:MatchCollection {Regex}.Matches(String input)
调用:{Regex}.Matches(input)

定义:String Regex.Replace(String input,String pattern,String replacement)
调用:Regex.Replace(input,pattern,replacement)

定义:String {Regex}.Replace(String input,String replacement,Int32 count)
调用:{Regex}.Replace(input,replacement,count)

定义:String Regex.Replace(String input,String pattern,MatchEvaluator evaluator)
调用:Regex.Replace(input,pattern,evaluator)

定义:String {Regex}.Replace(String input,MatchEvaluator evaluator,Int32 count)
调用:{Regex}.Replace(input,evaluator,count)

定义:String Regex.Replace(String input,String pattern,String replacement,RegexOptions options)
调用:Regex.Replace(input,pattern,replacement,options)

定义:String {Regex}.Replace(String input,String replacement,Int32 count,Int32 startat)
调用:{Regex}.Replace(input,replacement,count,startat)

定义:String Regex.Replace(String input,String pattern,MatchEvaluator evaluator,RegexOptions options)
调用:Regex.Replace(input,pattern,evaluator,options)

定义:String {Regex}.Replace(String input,MatchEvaluator evaluator,Int32 count,Int32 startat)
调用:{Regex}.Replace(input,evaluator,count,startat)

定义:String Regex.Replace(String input,String pattern,String replacement,RegexOptions options,TimeSpan matchTimeout)
调用:Regex.Replace(input,pattern,replacement,options,matchTimeout)

定义:String Regex.Replace(String input,String pattern,MatchEvaluator evaluator,RegexOptions options,TimeSpan matchTimeout)
调用:Regex.Replace(input,pattern,evaluator,options,matchTimeout)

定义:String {Regex}.Replace(String input,MatchEvaluator evaluator)
调用:{Regex}.Replace(input,evaluator)

定义:String[] Regex.Split(String input,String pattern)
调用:Regex.Split(input,pattern)

定义:String[] {Regex}.Split(String input,Int32 count)
调用:{Regex}.Split(input,count)

定义:String[] Regex.Split(String input,String pattern,RegexOptions options)
调用:Regex.Split(input,pattern,options)

定义:String[] {Regex}.Split(String input,Int32 count,Int32 startat)
调用:{Regex}.Split(input,count,startat)

定义:String[] Regex.Split(String input,String pattern,RegexOptions options,TimeSpan matchTimeout)
调用:Regex.Split(input,pattern,options,matchTimeout)

定义:String[] {Regex}.Split(String input)
调用:{Regex}.Split(input)

定义:TypeCode Convert.GetTypeCode(Object value)
调用:Convert.GetTypeCode(value)

定义:Boolean Convert.IsDBNull(Object value)
调用:Convert.IsDBNull(value)

定义:Object Convert.ChangeType(Object value,TypeCode typeCode)
调用:Convert.ChangeType(value,typeCode)

定义:Object Convert.ChangeType(Object value,Type conversionType)
调用:Convert.ChangeType(value,conversionType)

定义:Boolean Convert.ToBoolean(Object value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(Boolean value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(Char value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(Byte value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(Int16 value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(UInt16 value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(Int32 value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(UInt32 value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(Int64 value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(UInt64 value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(String value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(Single value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(Double value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(Decimal value)
调用:Convert.ToBoolean(value)

定义:Boolean Convert.ToBoolean(DateTime value)
调用:Convert.ToBoolean(value)

定义:Char Convert.ToChar(Object value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(Boolean value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(Char value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(Byte value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(Int16 value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(UInt16 value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(Int32 value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(UInt32 value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(Int64 value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(UInt64 value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(String value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(Single value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(Double value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(Decimal value)
调用:Convert.ToChar(value)

定义:Char Convert.ToChar(DateTime value)
调用:Convert.ToChar(value)

定义:SByte Convert.ToSByte(Object value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(Boolean value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(Char value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(Byte value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(Int16 value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(UInt16 value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(Int32 value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(UInt32 value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(Int64 value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(UInt64 value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(Single value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(Double value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(String value)
调用:Convert.ToSByte(value)

定义:SByte Convert.ToSByte(DateTime value)
调用:Convert.ToSByte(value)

定义:Byte Convert.ToByte(Object value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(Boolean value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(Byte value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(Char value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(Int16 value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(UInt16 value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(Int32 value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(UInt32 value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(Int64 value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(UInt64 value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(Single value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(Double value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(String value)
调用:Convert.ToByte(value)

定义:Byte Convert.ToByte(DateTime value)
调用:Convert.ToByte(value)

定义:Int16 Convert.ToInt16(Object value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(Boolean value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(Char value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(Byte value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(UInt16 value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(Int32 value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(UInt32 value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(Int16 value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(Int64 value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(UInt64 value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(Single value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(Double value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(String value)
调用:Convert.ToInt16(value)

定义:Int16 Convert.ToInt16(DateTime value)
调用:Convert.ToInt16(value)

定义:UInt16 Convert.ToUInt16(Object value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(Boolean value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(Char value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(Byte value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(Int16 value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(Int32 value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(UInt16 value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(UInt32 value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(Int64 value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(UInt64 value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(Single value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(Double value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(String value)
调用:Convert.ToUInt16(value)

定义:UInt16 Convert.ToUInt16(DateTime value)
调用:Convert.ToUInt16(value)

定义:Int32 Convert.ToInt32(Object value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(Boolean value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(Char value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(Byte value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(Int16 value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(UInt16 value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(UInt32 value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(Int32 value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(Int64 value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(UInt64 value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(Single value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(Double value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(String value)
调用:Convert.ToInt32(value)

定义:Int32 Convert.ToInt32(DateTime value)
调用:Convert.ToInt32(value)

定义:UInt32 Convert.ToUInt32(Object value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(Boolean value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(Char value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(Byte value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(Int16 value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(UInt16 value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(Int32 value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(UInt32 value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(Int64 value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(UInt64 value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(Single value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(Double value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(String value)
调用:Convert.ToUInt32(value)

定义:UInt32 Convert.ToUInt32(DateTime value)
调用:Convert.ToUInt32(value)

定义:Int64 Convert.ToInt64(Object value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(Boolean value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(Char value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(Byte value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(Int16 value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(UInt16 value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(Int32 value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(UInt32 value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(UInt64 value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(Int64 value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(Single value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(Double value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(String value)
调用:Convert.ToInt64(value)

定义:Int64 Convert.ToInt64(DateTime value)
调用:Convert.ToInt64(value)

定义:UInt64 Convert.ToUInt64(Object value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(Boolean value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(Char value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(Byte value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(Int16 value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(UInt16 value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(Int32 value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(UInt32 value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(Int64 value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(UInt64 value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(Single value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(Double value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(String value)
调用:Convert.ToUInt64(value)

定义:UInt64 Convert.ToUInt64(DateTime value)
调用:Convert.ToUInt64(value)

定义:Single Convert.ToSingle(Object value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(Byte value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(Char value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(Int16 value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(UInt16 value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(Int32 value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(UInt32 value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(Int64 value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(UInt64 value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(Single value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(Double value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(String value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(Boolean value)
调用:Convert.ToSingle(value)

定义:Single Convert.ToSingle(DateTime value)
调用:Convert.ToSingle(value)

定义:Double Convert.ToDouble(Object value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(Byte value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(Int16 value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(Char value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(UInt16 value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(Int32 value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(UInt32 value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(Int64 value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(UInt64 value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(Single value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(Double value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(String value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(Boolean value)
调用:Convert.ToDouble(value)

定义:Double Convert.ToDouble(DateTime value)
调用:Convert.ToDouble(value)

定义:Decimal Convert.ToDecimal(Object value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(Byte value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(Char value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(Int16 value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(UInt16 value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(Int32 value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(UInt32 value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(Int64 value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(UInt64 value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(Single value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(Double value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(String value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(Decimal value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(Boolean value)
调用:Convert.ToDecimal(value)

定义:Decimal Convert.ToDecimal(DateTime value)
调用:Convert.ToDecimal(value)

定义:DateTime Convert.ToDateTime(DateTime value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(Object value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(String value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(Byte value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(Int16 value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(UInt16 value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(Int32 value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(UInt32 value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(Int64 value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(UInt64 value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(Boolean value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(Char value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(Single value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(Double value)
调用:Convert.ToDateTime(value)

定义:DateTime Convert.ToDateTime(Decimal value)
调用:Convert.ToDateTime(value)

定义:String Convert.ToString(Object value)
调用:Convert.ToString(value)

定义:String Convert.ToString(Boolean value)
调用:Convert.ToString(value)

定义:String Convert.ToString(Char value)
调用:Convert.ToString(value)

定义:String Convert.ToString(Byte value)
调用:Convert.ToString(value)

定义:String Convert.ToString(Int16 value)
调用:Convert.ToString(value)

定义:String Convert.ToString(UInt16 value)
调用:Convert.ToString(value)

定义:String Convert.ToString(Int32 value)
调用:Convert.ToString(value)

定义:String Convert.ToString(UInt32 value)
调用:Convert.ToString(value)

定义:String Convert.ToString(Int64 value)
调用:Convert.ToString(value)

定义:String Convert.ToString(UInt64 value)
调用:Convert.ToString(value)

定义:String Convert.ToString(Single value)
调用:Convert.ToString(value)

定义:String Convert.ToString(Double value)
调用:Convert.ToString(value)

定义:String Convert.ToString(Decimal value)
调用:Convert.ToString(value)

定义:String Convert.ToString(DateTime value)
调用:Convert.ToString(value)

定义:Byte Convert.ToByte(String value,Int32 fromBase)
调用:Convert.ToByte(value,fromBase)

定义:SByte Convert.ToSByte(String value,Int32 fromBase)
调用:Convert.ToSByte(value,fromBase)

定义:Int16 Convert.ToInt16(String value,Int32 fromBase)
调用:Convert.ToInt16(value,fromBase)

定义:UInt16 Convert.ToUInt16(String value,Int32 fromBase)
调用:Convert.ToUInt16(value,fromBase)

定义:Int32 Convert.ToInt32(String value,Int32 fromBase)
调用:Convert.ToInt32(value,fromBase)

定义:UInt32 Convert.ToUInt32(String value,Int32 fromBase)
调用:Convert.ToUInt32(value,fromBase)

定义:Int64 Convert.ToInt64(String value,Int32 fromBase)
调用:Convert.ToInt64(value,fromBase)

定义:UInt64 Convert.ToUInt64(String value,Int32 fromBase)
调用:Convert.ToUInt64(value,fromBase)

定义:String Convert.ToString(Byte value,Int32 toBase)
调用:Convert.ToString(value,toBase)

定义:String Convert.ToString(Int16 value,Int32 toBase)
调用:Convert.ToString(value,toBase)

定义:String Convert.ToString(Int32 value,Int32 toBase)
调用:Convert.ToString(value,toBase)

定义:String Convert.ToString(Int64 value,Int32 toBase)
调用:Convert.ToString(value,toBase)

定义:String Convert.ToBase64String(Byte[] inArray)
调用:Convert.ToBase64String(inArray)

定义:String Convert.ToBase64String(Byte[] inArray,Base64FormattingOptions options)
调用:Convert.ToBase64String(inArray,options)

定义:String Convert.ToBase64String(Byte[] inArray,Int32 offset,Int32 length)
调用:Convert.ToBase64String(inArray,offset,length)

定义:String Convert.ToBase64String(Byte[] inArray,Int32 offset,Int32 length,Base64FormattingOptions options)
调用:Convert.ToBase64String(inArray,offset,length,options)

定义:Int32 Convert.ToBase64CharArray(Byte[] inArray,Int32 offsetIn,Int32 length,Char[] outArray,Int32 offsetOut)
调用:Convert.ToBase64CharArray(inArray,offsetIn,length,outArray,offsetOut)

定义:Int32 Convert.ToBase64CharArray(Byte[] inArray,Int32 offsetIn,Int32 length,Char[] outArray,Int32 offsetOut,Base64FormattingOptions options)
调用:Convert.ToBase64CharArray(inArray,offsetIn,length,outArray,offsetOut,options)

定义:Byte[] Convert.FromBase64String(String s)
调用:Convert.FromBase64String(s)

定义:Byte[] Convert.FromBase64CharArray(Char[] inArray,Int32 offset,Int32 length)
调用:Convert.FromBase64CharArray(inArray,offset,length)

定义:Byte[] Convert.FromHexString(String s)
调用:Convert.FromHexString(s)

定义:String Convert.ToHexString(Byte[] inArray)
调用:Convert.ToHexString(inArray)

定义:String Convert.ToHexString(Byte[] inArray,Int32 offset,Int32 length)
调用:Convert.ToHexString(inArray,offset,length)

定义:Byte[] BitConverter.GetBytes(Boolean value)
调用:BitConverter.GetBytes(value)

定义:Byte[] BitConverter.GetBytes(Char value)
调用:BitConverter.GetBytes(value)

定义:Byte[] BitConverter.GetBytes(Int16 value)
调用:BitConverter.GetBytes(value)

定义:Byte[] BitConverter.GetBytes(Int32 value)
调用:BitConverter.GetBytes(value)

定义:Byte[] BitConverter.GetBytes(Int64 value)
调用:BitConverter.GetBytes(value)

定义:Byte[] BitConverter.GetBytes(UInt16 value)
调用:BitConverter.GetBytes(value)

定义:Byte[] BitConverter.GetBytes(UInt32 value)
调用:BitConverter.GetBytes(value)

定义:Byte[] BitConverter.GetBytes(UInt64 value)
调用:BitConverter.GetBytes(value)

定义:Byte[] BitConverter.GetBytes(Half value)
调用:BitConverter.GetBytes(value)

定义:Byte[] BitConverter.GetBytes(Single value)
调用:BitConverter.GetBytes(value)

定义:Byte[] BitConverter.GetBytes(Double value)
调用:BitConverter.GetBytes(value)

定义:Boolean BitConverter.TryWriteBytes(Span`1 destination,Boolean value)
调用:BitConverter.TryWriteBytes(destination,value)

定义:Boolean BitConverter.TryWriteBytes(Span`1 destination,Char value)
调用:BitConverter.TryWriteBytes(destination,value)

定义:Boolean BitConverter.TryWriteBytes(Span`1 destination,Int16 value)
调用:BitConverter.TryWriteBytes(destination,value)

定义:Boolean BitConverter.TryWriteBytes(Span`1 destination,Int32 value)
调用:BitConverter.TryWriteBytes(destination,value)

定义:Boolean BitConverter.TryWriteBytes(Span`1 destination,Int64 value)
调用:BitConverter.TryWriteBytes(destination,value)

定义:Boolean BitConverter.TryWriteBytes(Span`1 destination,UInt16 value)
调用:BitConverter.TryWriteBytes(destination,value)

定义:Boolean BitConverter.TryWriteBytes(Span`1 destination,UInt32 value)
调用:BitConverter.TryWriteBytes(destination,value)

定义:Boolean BitConverter.TryWriteBytes(Span`1 destination,UInt64 value)
调用:BitConverter.TryWriteBytes(destination,value)

定义:Boolean BitConverter.TryWriteBytes(Span`1 destination,Half value)
调用:BitConverter.TryWriteBytes(destination,value)

定义:Boolean BitConverter.TryWriteBytes(Span`1 destination,Single value)
调用:BitConverter.TryWriteBytes(destination,value)

定义:Boolean BitConverter.TryWriteBytes(Span`1 destination,Double value)
调用:BitConverter.TryWriteBytes(destination,value)

定义:Char BitConverter.ToChar(Byte[] value,Int32 startIndex)
调用:BitConverter.ToChar(value,startIndex)

定义:Int16 BitConverter.ToInt16(Byte[] value,Int32 startIndex)
调用:BitConverter.ToInt16(value,startIndex)

定义:Int32 BitConverter.ToInt32(Byte[] value,Int32 startIndex)
调用:BitConverter.ToInt32(value,startIndex)

定义:Int64 BitConverter.ToInt64(Byte[] value,Int32 startIndex)
调用:BitConverter.ToInt64(value,startIndex)

定义:UInt16 BitConverter.ToUInt16(Byte[] value,Int32 startIndex)
调用:BitConverter.ToUInt16(value,startIndex)

定义:UInt32 BitConverter.ToUInt32(Byte[] value,Int32 startIndex)
调用:BitConverter.ToUInt32(value,startIndex)

定义:UInt64 BitConverter.ToUInt64(Byte[] value,Int32 startIndex)
调用:BitConverter.ToUInt64(value,startIndex)

定义:Half BitConverter.ToHalf(Byte[] value,Int32 startIndex)
调用:BitConverter.ToHalf(value,startIndex)

定义:Single BitConverter.ToSingle(Byte[] value,Int32 startIndex)
调用:BitConverter.ToSingle(value,startIndex)

定义:Double BitConverter.ToDouble(Byte[] value,Int32 startIndex)
调用:BitConverter.ToDouble(value,startIndex)

定义:String BitConverter.ToString(Byte[] value,Int32 startIndex,Int32 length)
调用:BitConverter.ToString(value,startIndex,length)

定义:String BitConverter.ToString(Byte[] value)
调用:BitConverter.ToString(value)

定义:String BitConverter.ToString(Byte[] value,Int32 startIndex)
调用:BitConverter.ToString(value,startIndex)

定义:Boolean BitConverter.ToBoolean(Byte[] value,Int32 startIndex)
调用:BitConverter.ToBoolean(value,startIndex)

定义:Int64 BitConverter.DoubleToInt64Bits(Double value)
调用:BitConverter.DoubleToInt64Bits(value)

定义:Double BitConverter.Int64BitsToDouble(Int64 value)
调用:BitConverter.Int64BitsToDouble(value)

定义:Int32 BitConverter.SingleToInt32Bits(Single value)
调用:BitConverter.SingleToInt32Bits(value)

定义:Single BitConverter.Int32BitsToSingle(Int32 value)
调用:BitConverter.Int32BitsToSingle(value)

定义:Int16 BitConverter.HalfToInt16Bits(Half value)
调用:BitConverter.HalfToInt16Bits(value)

定义:Half BitConverter.Int16BitsToHalf(Int16 value)
调用:BitConverter.Int16BitsToHalf(value)

定义:UInt64 BitConverter.DoubleToUInt64Bits(Double value)
调用:BitConverter.DoubleToUInt64Bits(value)

定义:Double BitConverter.UInt64BitsToDouble(UInt64 value)
调用:BitConverter.UInt64BitsToDouble(value)

定义:UInt32 BitConverter.SingleToUInt32Bits(Single value)
调用:BitConverter.SingleToUInt32Bits(value)

定义:Single BitConverter.UInt32BitsToSingle(UInt32 value)
调用:BitConverter.UInt32BitsToSingle(value)

定义:UInt16 BitConverter.HalfToUInt16Bits(Half value)
调用:BitConverter.HalfToUInt16Bits(value)

定义:Half BitConverter.UInt16BitsToHalf(UInt16 value)
调用:BitConverter.UInt16BitsToHalf(value)

定义:MethodBase {Exception}.get_TargetSite()
调用:{Exception}.get_TargetSite()

定义:String {Exception}.get_Message()
调用:{Exception}.get_Message()

定义:IDictionary {Exception}.get_Data()
调用:{Exception}.get_Data()

定义:Exception {Exception}.get_InnerException()
调用:{Exception}.get_InnerException()

定义:String {Exception}.get_HelpLink()
调用:{Exception}.get_HelpLink()

定义:Void {Exception}.set_HelpLink(String value)
调用:{Exception}.set_HelpLink(value)

定义:String {Exception}.get_Source()
调用:{Exception}.get_Source()

定义:Void {Exception}.set_Source(String value)
调用:{Exception}.set_Source(value)

定义:Int32 {Exception}.get_HResult()
调用:{Exception}.get_HResult()

定义:Void {Exception}.set_HResult(Int32 value)
调用:{Exception}.set_HResult(value)

定义:String {Exception}.get_StackTrace()
调用:{Exception}.get_StackTrace()

定义:Exception {Exception}.GetBaseException()
调用:{Exception}.GetBaseException()

定义:Void {Exception}.GetObjectData(SerializationInfo info,StreamingContext context)
调用:{Exception}.GetObjectData(info,context)

定义:Encoding Encoding.get_Default()
调用:Encoding.get_Default()

定义:ReadOnlySpan`1 {Encoding}.get_Preamble()
调用:{Encoding}.get_Preamble()

定义:String {Encoding}.get_BodyName()
调用:{Encoding}.get_BodyName()

定义:String {Encoding}.get_EncodingName()
调用:{Encoding}.get_EncodingName()

定义:String {Encoding}.get_HeaderName()
调用:{Encoding}.get_HeaderName()

定义:String {Encoding}.get_WebName()
调用:{Encoding}.get_WebName()

定义:Int32 {Encoding}.get_WindowsCodePage()
调用:{Encoding}.get_WindowsCodePage()

定义:Boolean {Encoding}.get_IsBrowserDisplay()
调用:{Encoding}.get_IsBrowserDisplay()

定义:Boolean {Encoding}.get_IsBrowserSave()
调用:{Encoding}.get_IsBrowserSave()

定义:Boolean {Encoding}.get_IsMailNewsDisplay()
调用:{Encoding}.get_IsMailNewsDisplay()

定义:Boolean {Encoding}.get_IsMailNewsSave()
调用:{Encoding}.get_IsMailNewsSave()

定义:Boolean {Encoding}.get_IsSingleByte()
调用:{Encoding}.get_IsSingleByte()

定义:EncoderFallback {Encoding}.get_EncoderFallback()
调用:{Encoding}.get_EncoderFallback()

定义:Void {Encoding}.set_EncoderFallback(EncoderFallback value)
调用:{Encoding}.set_EncoderFallback(value)

定义:DecoderFallback {Encoding}.get_DecoderFallback()
调用:{Encoding}.get_DecoderFallback()

定义:Void {Encoding}.set_DecoderFallback(DecoderFallback value)
调用:{Encoding}.set_DecoderFallback(value)

定义:Encoding Encoding.get_ASCII()
调用:Encoding.get_ASCII()

定义:Encoding Encoding.get_Latin1()
调用:Encoding.get_Latin1()

定义:Int32 {Encoding}.get_CodePage()
调用:{Encoding}.get_CodePage()

定义:Encoding Encoding.get_Unicode()
调用:Encoding.get_Unicode()

定义:Encoding Encoding.get_BigEndianUnicode()
调用:Encoding.get_BigEndianUnicode()

定义:Encoding Encoding.get_UTF7()
调用:Encoding.get_UTF7()

定义:Encoding Encoding.get_UTF8()
调用:Encoding.get_UTF8()

定义:Encoding Encoding.get_UTF32()
调用:Encoding.get_UTF32()

定义:Byte[] Encoding.Convert(Encoding srcEncoding,Encoding dstEncoding,Byte[] bytes)
调用:Encoding.Convert(srcEncoding,dstEncoding,bytes)

定义:Byte[] Encoding.Convert(Encoding srcEncoding,Encoding dstEncoding,Byte[] bytes,Int32 index,Int32 count)
调用:Encoding.Convert(srcEncoding,dstEncoding,bytes,index,count)

定义:Void Encoding.RegisterProvider(EncodingProvider provider)
调用:Encoding.RegisterProvider(provider)

定义:Encoding Encoding.GetEncoding(Int32 codepage)
调用:Encoding.GetEncoding(codepage)

定义:Encoding Encoding.GetEncoding(String name)
调用:Encoding.GetEncoding(name)

定义:Encoding Encoding.GetEncoding(Int32 codepage,EncoderFallback encoderFallback,DecoderFallback decoderFallback)
调用:Encoding.GetEncoding(codepage,encoderFallback,decoderFallback)

定义:Encoding Encoding.GetEncoding(String name,EncoderFallback encoderFallback,DecoderFallback decoderFallback)
调用:Encoding.GetEncoding(name,encoderFallback,decoderFallback)

定义:EncodingInfo[] Encoding.GetEncodings()
调用:Encoding.GetEncodings()

定义:Byte[] {Encoding}.GetPreamble()
调用:{Encoding}.GetPreamble()

定义:Int32 {Encoding}.GetByteCount(Char[] chars)
调用:{Encoding}.GetByteCount(chars)

定义:Int32 {Encoding}.GetByteCount(String s)
调用:{Encoding}.GetByteCount(s)

定义:Int32 {Encoding}.GetByteCount(Char[] chars,Int32 index,Int32 count)
调用:{Encoding}.GetByteCount(chars,index,count)

定义:Int32 {Encoding}.GetByteCount(String s,Int32 index,Int32 count)
调用:{Encoding}.GetByteCount(s,index,count)

定义:Byte[] {Encoding}.GetBytes(Char[] chars)
调用:{Encoding}.GetBytes(chars)

定义:Byte[] {Encoding}.GetBytes(String s)
调用:{Encoding}.GetBytes(s)

定义:Byte[] {Encoding}.GetBytes(Char[] chars,Int32 index,Int32 count)
调用:{Encoding}.GetBytes(chars,index,count)

定义:Byte[] {Encoding}.GetBytes(String s,Int32 index,Int32 count)
调用:{Encoding}.GetBytes(s,index,count)

定义:Int32 {Encoding}.GetBytes(Char[] chars,Int32 charIndex,Int32 charCount,Byte[] bytes,Int32 byteIndex)
调用:{Encoding}.GetBytes(chars,charIndex,charCount,bytes,byteIndex)

定义:Int32 {Encoding}.GetBytes(String s,Int32 charIndex,Int32 charCount,Byte[] bytes,Int32 byteIndex)
调用:{Encoding}.GetBytes(s,charIndex,charCount,bytes,byteIndex)

定义:Int32 {Encoding}.GetCharCount(Byte[] bytes)
调用:{Encoding}.GetCharCount(bytes)

定义:Int32 {Encoding}.GetCharCount(Byte[] bytes,Int32 index,Int32 count)
调用:{Encoding}.GetCharCount(bytes,index,count)

定义:Char[] {Encoding}.GetChars(Byte[] bytes)
调用:{Encoding}.GetChars(bytes)

定义:Char[] {Encoding}.GetChars(Byte[] bytes,Int32 index,Int32 count)
调用:{Encoding}.GetChars(bytes,index,count)

定义:Int32 {Encoding}.GetChars(Byte[] bytes,Int32 byteIndex,Int32 byteCount,Char[] chars,Int32 charIndex)
调用:{Encoding}.GetChars(bytes,byteIndex,byteCount,chars,charIndex)

定义:Boolean {Encoding}.IsAlwaysNormalized()
调用:{Encoding}.IsAlwaysNormalized()

定义:Boolean {Encoding}.IsAlwaysNormalized(NormalizationForm form)
调用:{Encoding}.IsAlwaysNormalized(form)

定义:Decoder {Encoding}.GetDecoder()
调用:{Encoding}.GetDecoder()

定义:Encoder {Encoding}.GetEncoder()
调用:{Encoding}.GetEncoder()

定义:Int32 {Encoding}.GetMaxByteCount(Int32 charCount)
调用:{Encoding}.GetMaxByteCount(charCount)

定义:Int32 {Encoding}.GetMaxCharCount(Int32 byteCount)
调用:{Encoding}.GetMaxCharCount(byteCount)

定义:String {Encoding}.GetString(Byte[] bytes)
调用:{Encoding}.GetString(bytes)

定义:String {Encoding}.GetString(Byte[] bytes,Int32 index,Int32 count)
调用:{Encoding}.GetString(bytes,index,count)

定义:Stream Encoding.CreateTranscodingStream(Stream innerStream,Encoding innerStreamEncoding,Encoding outerStreamEncoding,Boolean leaveOpen)
调用:Encoding.CreateTranscodingStream(innerStream,innerStreamEncoding,outerStreamEncoding,leaveOpen)

定义:Int64 {TimeSpan}.get_Ticks()
调用:{TimeSpan}.get_Ticks()

定义:Int32 {TimeSpan}.get_Days()
调用:{TimeSpan}.get_Days()

定义:Int32 {TimeSpan}.get_Hours()
调用:{TimeSpan}.get_Hours()

定义:Int32 {TimeSpan}.get_Milliseconds()
调用:{TimeSpan}.get_Milliseconds()

定义:Int32 {TimeSpan}.get_Microseconds()
调用:{TimeSpan}.get_Microseconds()

定义:Int32 {TimeSpan}.get_Nanoseconds()
调用:{TimeSpan}.get_Nanoseconds()

定义:Int32 {TimeSpan}.get_Minutes()
调用:{TimeSpan}.get_Minutes()

定义:Int32 {TimeSpan}.get_Seconds()
调用:{TimeSpan}.get_Seconds()

定义:Double {TimeSpan}.get_TotalDays()
调用:{TimeSpan}.get_TotalDays()

定义:Double {TimeSpan}.get_TotalHours()
调用:{TimeSpan}.get_TotalHours()

定义:Double {TimeSpan}.get_TotalMilliseconds()
调用:{TimeSpan}.get_TotalMilliseconds()

定义:Double {TimeSpan}.get_TotalMicroseconds()
调用:{TimeSpan}.get_TotalMicroseconds()

定义:Double {TimeSpan}.get_TotalNanoseconds()
调用:{TimeSpan}.get_TotalNanoseconds()

定义:Double {TimeSpan}.get_TotalMinutes()
调用:{TimeSpan}.get_TotalMinutes()

定义:Double {TimeSpan}.get_TotalSeconds()
调用:{TimeSpan}.get_TotalSeconds()

定义:TimeSpan {TimeSpan}.Add(TimeSpan ts)
调用:{TimeSpan}.Add(ts)

定义:Int32 TimeSpan.Compare(TimeSpan t1,TimeSpan t2)
调用:TimeSpan.Compare(t1,t2)

定义:Int32 {TimeSpan}.CompareTo(TimeSpan value)
调用:{TimeSpan}.CompareTo(value)

定义:TimeSpan TimeSpan.FromDays(Double value)
调用:TimeSpan.FromDays(value)

定义:TimeSpan {TimeSpan}.Duration()
调用:{TimeSpan}.Duration()

定义:Boolean {TimeSpan}.Equals(TimeSpan obj)
调用:{TimeSpan}.Equals(obj)

定义:Boolean TimeSpan.Equals(TimeSpan t1,TimeSpan t2)
调用:TimeSpan.Equals(t1,t2)

定义:TimeSpan TimeSpan.FromHours(Double value)
调用:TimeSpan.FromHours(value)

定义:TimeSpan TimeSpan.FromMilliseconds(Double value)
调用:TimeSpan.FromMilliseconds(value)

定义:TimeSpan TimeSpan.FromMicroseconds(Double value)
调用:TimeSpan.FromMicroseconds(value)

定义:TimeSpan TimeSpan.FromMinutes(Double value)
调用:TimeSpan.FromMinutes(value)

定义:TimeSpan {TimeSpan}.Negate()
调用:{TimeSpan}.Negate()

定义:TimeSpan TimeSpan.FromSeconds(Double value)
调用:TimeSpan.FromSeconds(value)

定义:TimeSpan {TimeSpan}.Subtract(TimeSpan ts)
调用:{TimeSpan}.Subtract(ts)

定义:TimeSpan {TimeSpan}.Multiply(Double factor)
调用:{TimeSpan}.Multiply(factor)

定义:TimeSpan {TimeSpan}.Divide(Double divisor)
调用:{TimeSpan}.Divide(divisor)

定义:Double {TimeSpan}.Divide(TimeSpan ts)
调用:{TimeSpan}.Divide(ts)

定义:TimeSpan TimeSpan.FromTicks(Int64 value)
调用:TimeSpan.FromTicks(value)

定义:TimeSpan TimeSpan.Parse(String s)
调用:TimeSpan.Parse(s)

定义:TimeSpan TimeSpan.op_UnaryNegation(TimeSpan t)
调用:TimeSpan.op_UnaryNegation(t)

定义:TimeSpan TimeSpan.op_Subtraction(TimeSpan t1,TimeSpan t2)
调用:TimeSpan.op_Subtraction(t1,t2)

定义:TimeSpan TimeSpan.op_UnaryPlus(TimeSpan t)
调用:TimeSpan.op_UnaryPlus(t)

定义:TimeSpan TimeSpan.op_Addition(TimeSpan t1,TimeSpan t2)
调用:TimeSpan.op_Addition(t1,t2)

定义:TimeSpan TimeSpan.op_Multiply(TimeSpan timeSpan,Double factor)
调用:TimeSpan.op_Multiply(timeSpan,factor)

定义:TimeSpan TimeSpan.op_Multiply(Double factor,TimeSpan timeSpan)
调用:TimeSpan.op_Multiply(factor,timeSpan)

定义:TimeSpan TimeSpan.op_Division(TimeSpan timeSpan,Double divisor)
调用:TimeSpan.op_Division(timeSpan,divisor)

定义:Double TimeSpan.op_Division(TimeSpan t1,TimeSpan t2)
调用:TimeSpan.op_Division(t1,t2)

定义:Boolean TimeSpan.op_Equality(TimeSpan t1,TimeSpan t2)
调用:TimeSpan.op_Equality(t1,t2)

定义:Boolean TimeSpan.op_Inequality(TimeSpan t1,TimeSpan t2)
调用:TimeSpan.op_Inequality(t1,t2)

定义:Boolean TimeSpan.op_LessThan(TimeSpan t1,TimeSpan t2)
调用:TimeSpan.op_LessThan(t1,t2)

定义:Boolean TimeSpan.op_LessThanOrEqual(TimeSpan t1,TimeSpan t2)
调用:TimeSpan.op_LessThanOrEqual(t1,t2)

定义:Boolean TimeSpan.op_GreaterThan(TimeSpan t1,TimeSpan t2)
调用:TimeSpan.op_GreaterThan(t1,t2)

定义:Boolean TimeSpan.op_GreaterThanOrEqual(TimeSpan t1,TimeSpan t2)
调用:TimeSpan.op_GreaterThanOrEqual(t1,t2)

定义:String WebUtility.HtmlEncode(String value)
调用:WebUtility.HtmlEncode(value)

定义:Void WebUtility.HtmlEncode(String value,TextWriter output)
调用:WebUtility.HtmlEncode(value,output)

定义:String WebUtility.HtmlDecode(String value)
调用:WebUtility.HtmlDecode(value)

定义:Void WebUtility.HtmlDecode(String value,TextWriter output)
调用:WebUtility.HtmlDecode(value,output)

定义:String WebUtility.UrlEncode(String value)
调用:WebUtility.UrlEncode(value)

定义:Byte[] WebUtility.UrlEncodeToBytes(Byte[] value,Int32 offset,Int32 count)
调用:WebUtility.UrlEncodeToBytes(value,offset,count)

定义:String WebUtility.UrlDecode(String encodedValue)
调用:WebUtility.UrlDecode(encodedValue)

定义:Byte[] WebUtility.UrlDecodeToBytes(Byte[] encodedValue,Int32 offset,Int32 count)
调用:WebUtility.UrlDecodeToBytes(encodedValue,offset,count)

定义:DateTime {DateTime}.get_Date()
调用:{DateTime}.get_Date()

定义:Int32 {DateTime}.get_Day()
调用:{DateTime}.get_Day()

定义:DayOfWeek {DateTime}.get_DayOfWeek()
调用:{DateTime}.get_DayOfWeek()

定义:Int32 {DateTime}.get_DayOfYear()
调用:{DateTime}.get_DayOfYear()

定义:Int32 {DateTime}.get_Hour()
调用:{DateTime}.get_Hour()

定义:DateTimeKind {DateTime}.get_Kind()
调用:{DateTime}.get_Kind()

定义:Int32 {DateTime}.get_Millisecond()
调用:{DateTime}.get_Millisecond()

定义:Int32 {DateTime}.get_Microsecond()
调用:{DateTime}.get_Microsecond()

定义:Int32 {DateTime}.get_Nanosecond()
调用:{DateTime}.get_Nanosecond()

定义:Int32 {DateTime}.get_Minute()
调用:{DateTime}.get_Minute()

定义:Int32 {DateTime}.get_Month()
调用:{DateTime}.get_Month()

定义:DateTime DateTime.get_Now()
调用:DateTime.get_Now()

定义:Int32 {DateTime}.get_Second()
调用:{DateTime}.get_Second()

定义:TimeSpan {DateTime}.get_TimeOfDay()
调用:{DateTime}.get_TimeOfDay()

定义:DateTime DateTime.get_Today()
调用:DateTime.get_Today()

定义:Int32 {DateTime}.get_Year()
调用:{DateTime}.get_Year()

定义:DateTime DateTime.get_UtcNow()
调用:DateTime.get_UtcNow()

定义:DateTime {DateTime}.Add(TimeSpan value)
调用:{DateTime}.Add(value)

定义:DateTime {DateTime}.AddDays(Double value)
调用:{DateTime}.AddDays(value)

定义:DateTime {DateTime}.AddHours(Double value)
调用:{DateTime}.AddHours(value)

定义:DateTime {DateTime}.AddMilliseconds(Double value)
调用:{DateTime}.AddMilliseconds(value)

定义:DateTime {DateTime}.AddMicroseconds(Double value)
调用:{DateTime}.AddMicroseconds(value)

定义:DateTime {DateTime}.AddMinutes(Double value)
调用:{DateTime}.AddMinutes(value)

定义:DateTime {DateTime}.AddMonths(Int32 months)
调用:{DateTime}.AddMonths(months)

定义:DateTime {DateTime}.AddSeconds(Double value)
调用:{DateTime}.AddSeconds(value)

定义:DateTime {DateTime}.AddTicks(Int64 value)
调用:{DateTime}.AddTicks(value)

定义:DateTime {DateTime}.AddYears(Int32 value)
调用:{DateTime}.AddYears(value)

定义:Int32 DateTime.Compare(DateTime t1,DateTime t2)
调用:DateTime.Compare(t1,t2)

定义:Int32 {DateTime}.CompareTo(DateTime value)
调用:{DateTime}.CompareTo(value)

定义:Int32 DateTime.DaysInMonth(Int32 year,Int32 month)
调用:DateTime.DaysInMonth(year,month)

定义:Boolean {DateTime}.Equals(DateTime value)
调用:{DateTime}.Equals(value)

定义:Boolean DateTime.Equals(DateTime t1,DateTime t2)
调用:DateTime.Equals(t1,t2)

定义:DateTime DateTime.FromBinary(Int64 dateData)
调用:DateTime.FromBinary(dateData)

定义:DateTime DateTime.FromFileTime(Int64 fileTime)
调用:DateTime.FromFileTime(fileTime)

定义:DateTime DateTime.FromFileTimeUtc(Int64 fileTime)
调用:DateTime.FromFileTimeUtc(fileTime)

定义:DateTime DateTime.FromOADate(Double d)
调用:DateTime.FromOADate(d)

定义:Boolean {DateTime}.IsDaylightSavingTime()
调用:{DateTime}.IsDaylightSavingTime()

定义:DateTime DateTime.SpecifyKind(DateTime value,DateTimeKind kind)
调用:DateTime.SpecifyKind(value,kind)

定义:Int64 {DateTime}.ToBinary()
调用:{DateTime}.ToBinary()

定义:Boolean DateTime.IsLeapYear(Int32 year)
调用:DateTime.IsLeapYear(year)

定义:DateTime DateTime.Parse(String s)
调用:DateTime.Parse(s)

定义:TimeSpan {DateTime}.Subtract(DateTime value)
调用:{DateTime}.Subtract(value)

定义:DateTime {DateTime}.Subtract(TimeSpan value)
调用:{DateTime}.Subtract(value)

定义:Double {DateTime}.ToOADate()
调用:{DateTime}.ToOADate()

定义:Int64 {DateTime}.ToFileTime()
调用:{DateTime}.ToFileTime()

定义:Int64 {DateTime}.ToFileTimeUtc()
调用:{DateTime}.ToFileTimeUtc()

定义:DateTime {DateTime}.ToLocalTime()
调用:{DateTime}.ToLocalTime()

定义:String {DateTime}.ToLongDateString()
调用:{DateTime}.ToLongDateString()

定义:String {DateTime}.ToLongTimeString()
调用:{DateTime}.ToLongTimeString()

定义:String {DateTime}.ToShortDateString()
调用:{DateTime}.ToShortDateString()

定义:String {DateTime}.ToShortTimeString()
调用:{DateTime}.ToShortTimeString()

定义:DateTime {DateTime}.ToUniversalTime()
调用:{DateTime}.ToUniversalTime()

定义:DateTime DateTime.op_Addition(DateTime d,TimeSpan t)
调用:DateTime.op_Addition(d,t)

定义:DateTime DateTime.op_Subtraction(DateTime d,TimeSpan t)
调用:DateTime.op_Subtraction(d,t)

定义:TimeSpan DateTime.op_Subtraction(DateTime d1,DateTime d2)
调用:DateTime.op_Subtraction(d1,d2)

定义:Boolean DateTime.op_Equality(DateTime d1,DateTime d2)
调用:DateTime.op_Equality(d1,d2)

定义:Boolean DateTime.op_Inequality(DateTime d1,DateTime d2)
调用:DateTime.op_Inequality(d1,d2)

定义:Boolean DateTime.op_LessThan(DateTime t1,DateTime t2)
调用:DateTime.op_LessThan(t1,t2)

定义:Boolean DateTime.op_LessThanOrEqual(DateTime t1,DateTime t2)
调用:DateTime.op_LessThanOrEqual(t1,t2)

定义:Boolean DateTime.op_GreaterThan(DateTime t1,DateTime t2)
调用:DateTime.op_GreaterThan(t1,t2)

定义:Boolean DateTime.op_GreaterThanOrEqual(DateTime t1,DateTime t2)
调用:DateTime.op_GreaterThanOrEqual(t1,t2)

定义:String[] {DateTime}.GetDateTimeFormats()
调用:{DateTime}.GetDateTimeFormats()

定义:String[] {DateTime}.GetDateTimeFormats(Char format)
调用:{DateTime}.GetDateTimeFormats(format)

定义:Double Math.Acos(Double d)
调用:Math.Acos(d)

定义:Double Math.Acosh(Double d)
调用:Math.Acosh(d)

定义:Double Math.Asin(Double d)
调用:Math.Asin(d)

定义:Double Math.Asinh(Double d)
调用:Math.Asinh(d)

定义:Double Math.Atan(Double d)
调用:Math.Atan(d)

定义:Double Math.Atanh(Double d)
调用:Math.Atanh(d)

定义:Double Math.Atan2(Double y,Double x)
调用:Math.Atan2(y,x)

定义:Double Math.Cbrt(Double d)
调用:Math.Cbrt(d)

定义:Double Math.Ceiling(Double a)
调用:Math.Ceiling(a)

定义:Double Math.Cos(Double d)
调用:Math.Cos(d)

定义:Double Math.Cosh(Double value)
调用:Math.Cosh(value)

定义:Double Math.Exp(Double d)
调用:Math.Exp(d)

定义:Double Math.Floor(Double d)
调用:Math.Floor(d)

定义:Double Math.FusedMultiplyAdd(Double x,Double y,Double z)
调用:Math.FusedMultiplyAdd(x,y,z)

定义:Double Math.Log(Double d)
调用:Math.Log(d)

定义:Double Math.Log2(Double x)
调用:Math.Log2(x)

定义:Double Math.Log10(Double d)
调用:Math.Log10(d)

定义:Double Math.Pow(Double x,Double y)
调用:Math.Pow(x,y)

定义:Double Math.Sin(Double a)
调用:Math.Sin(a)

定义:ValueTuple`2 Math.SinCos(Double x)
调用:Math.SinCos(x)

定义:Double Math.Sinh(Double value)
调用:Math.Sinh(value)

定义:Double Math.Sqrt(Double d)
调用:Math.Sqrt(d)

定义:Double Math.Tan(Double a)
调用:Math.Tan(a)

定义:Double Math.Tanh(Double value)
调用:Math.Tanh(value)

定义:Int16 Math.Abs(Int16 value)
调用:Math.Abs(value)

定义:Int64 Math.Abs(Int64 value)
调用:Math.Abs(value)

定义:IntPtr Math.Abs(IntPtr value)
调用:Math.Abs(value)

定义:Double Math.Abs(Double value)
调用:Math.Abs(value)

定义:Single Math.Abs(Single value)
调用:Math.Abs(value)

定义:Int64 Math.BigMul(Int32 a,Int32 b)
调用:Math.BigMul(a,b)

定义:Double Math.BitDecrement(Double x)
调用:Math.BitDecrement(x)

定义:Double Math.BitIncrement(Double x)
调用:Math.BitIncrement(x)

定义:Double Math.CopySign(Double x,Double y)
调用:Math.CopySign(x,y)

定义:ValueTuple`2 Math.DivRem(Byte left,Byte right)
调用:Math.DivRem(left,right)

定义:ValueTuple`2 Math.DivRem(Int16 left,Int16 right)
调用:Math.DivRem(left,right)

定义:ValueTuple`2 Math.DivRem(UInt16 left,UInt16 right)
调用:Math.DivRem(left,right)

定义:ValueTuple`2 Math.DivRem(UInt32 left,UInt32 right)
调用:Math.DivRem(left,right)

定义:ValueTuple`2 Math.DivRem(Int64 left,Int64 right)
调用:Math.DivRem(left,right)

定义:ValueTuple`2 Math.DivRem(UInt64 left,UInt64 right)
调用:Math.DivRem(left,right)

定义:ValueTuple`2 Math.DivRem(IntPtr left,IntPtr right)
调用:Math.DivRem(left,right)

定义:ValueTuple`2 Math.DivRem(UIntPtr left,UIntPtr right)
调用:Math.DivRem(left,right)

定义:Byte Math.Clamp(Byte value,Byte min,Byte max)
调用:Math.Clamp(value,min,max)

定义:Double Math.Clamp(Double value,Double min,Double max)
调用:Math.Clamp(value,min,max)

定义:Int16 Math.Clamp(Int16 value,Int16 min,Int16 max)
调用:Math.Clamp(value,min,max)

定义:Int64 Math.Clamp(Int64 value,Int64 min,Int64 max)
调用:Math.Clamp(value,min,max)

定义:IntPtr Math.Clamp(IntPtr value,IntPtr min,IntPtr max)
调用:Math.Clamp(value,min,max)

定义:Single Math.Clamp(Single value,Single min,Single max)
调用:Math.Clamp(value,min,max)

定义:UInt16 Math.Clamp(UInt16 value,UInt16 min,UInt16 max)
调用:Math.Clamp(value,min,max)

定义:UInt32 Math.Clamp(UInt32 value,UInt32 min,UInt32 max)
调用:Math.Clamp(value,min,max)

定义:UInt64 Math.Clamp(UInt64 value,UInt64 min,UInt64 max)
调用:Math.Clamp(value,min,max)

定义:UIntPtr Math.Clamp(UIntPtr value,UIntPtr min,UIntPtr max)
调用:Math.Clamp(value,min,max)

定义:Double Math.IEEERemainder(Double x,Double y)
调用:Math.IEEERemainder(x,y)

定义:Int32 Math.ILogB(Double x)
调用:Math.ILogB(x)

定义:Double Math.Log(Double a,Double newBase)
调用:Math.Log(a,newBase)

定义:Byte Math.Max(Byte val1,Byte val2)
调用:Math.Max(val1,val2)

定义:Double Math.Max(Double val1,Double val2)
调用:Math.Max(val1,val2)

定义:Int16 Math.Max(Int16 val1,Int16 val2)
调用:Math.Max(val1,val2)

定义:Int64 Math.Max(Int64 val1,Int64 val2)
调用:Math.Max(val1,val2)

定义:IntPtr Math.Max(IntPtr val1,IntPtr val2)
调用:Math.Max(val1,val2)

定义:Single Math.Max(Single val1,Single val2)
调用:Math.Max(val1,val2)

定义:UInt16 Math.Max(UInt16 val1,UInt16 val2)
调用:Math.Max(val1,val2)

定义:UInt32 Math.Max(UInt32 val1,UInt32 val2)
调用:Math.Max(val1,val2)

定义:UInt64 Math.Max(UInt64 val1,UInt64 val2)
调用:Math.Max(val1,val2)

定义:UIntPtr Math.Max(UIntPtr val1,UIntPtr val2)
调用:Math.Max(val1,val2)

定义:Double Math.MaxMagnitude(Double x,Double y)
调用:Math.MaxMagnitude(x,y)

定义:Byte Math.Min(Byte val1,Byte val2)
调用:Math.Min(val1,val2)

定义:Double Math.Min(Double val1,Double val2)
调用:Math.Min(val1,val2)

定义:Int16 Math.Min(Int16 val1,Int16 val2)
调用:Math.Min(val1,val2)

定义:Int64 Math.Min(Int64 val1,Int64 val2)
调用:Math.Min(val1,val2)

定义:IntPtr Math.Min(IntPtr val1,IntPtr val2)
调用:Math.Min(val1,val2)

定义:Single Math.Min(Single val1,Single val2)
调用:Math.Min(val1,val2)

定义:UInt16 Math.Min(UInt16 val1,UInt16 val2)
调用:Math.Min(val1,val2)

定义:UInt32 Math.Min(UInt32 val1,UInt32 val2)
调用:Math.Min(val1,val2)

定义:UInt64 Math.Min(UInt64 val1,UInt64 val2)
调用:Math.Min(val1,val2)

定义:UIntPtr Math.Min(UIntPtr val1,UIntPtr val2)
调用:Math.Min(val1,val2)

定义:Double Math.MinMagnitude(Double x,Double y)
调用:Math.MinMagnitude(x,y)

定义:Double Math.ReciprocalEstimate(Double d)
调用:Math.ReciprocalEstimate(d)

定义:Double Math.ReciprocalSqrtEstimate(Double d)
调用:Math.ReciprocalSqrtEstimate(d)

定义:Double Math.Round(Double a)
调用:Math.Round(a)

定义:Double Math.Round(Double value,Int32 digits)
调用:Math.Round(value,digits)

定义:Double Math.Round(Double value,MidpointRounding mode)
调用:Math.Round(value,mode)

定义:Double Math.Round(Double value,Int32 digits,MidpointRounding mode)
调用:Math.Round(value,digits,mode)

定义:Int32 Math.Sign(Double value)
调用:Math.Sign(value)

定义:Int32 Math.Sign(Int16 value)
调用:Math.Sign(value)

定义:Int32 Math.Sign(Int64 value)
调用:Math.Sign(value)

定义:Int32 Math.Sign(IntPtr value)
调用:Math.Sign(value)

定义:Int32 Math.Sign(Single value)
调用:Math.Sign(value)

定义:Double Math.Truncate(Double d)
调用:Math.Truncate(d)

定义:Double Math.ScaleB(Double x,Int32 n)
调用:Math.ScaleB(x,n)

定义:Int32 {ArrayList}.get_Capacity()
调用:{ArrayList}.get_Capacity()

定义:Void {ArrayList}.set_Capacity(Int32 value)
调用:{ArrayList}.set_Capacity(value)

定义:Int32 {ArrayList}.get_Count()
调用:{ArrayList}.get_Count()

定义:Boolean {ArrayList}.get_IsFixedSize()
调用:{ArrayList}.get_IsFixedSize()

定义:Boolean {ArrayList}.get_IsSynchronized()
调用:{ArrayList}.get_IsSynchronized()

定义:Object {ArrayList}.get_SyncRoot()
调用:{ArrayList}.get_SyncRoot()

定义:Object {ArrayList}.get_Item(Int32 index)
调用:{ArrayList}.get_Item(index)

定义:Void {ArrayList}.set_Item(Int32 index,Object value)
调用:{ArrayList}.set_Item(index,value)

定义:ArrayList ArrayList.Adapter(IList list)
调用:ArrayList.Adapter(list)

定义:Int32 {ArrayList}.Add(Object value)
调用:{ArrayList}.Add(value)

定义:Void {ArrayList}.AddRange(ICollection c)
调用:{ArrayList}.AddRange(c)

定义:Int32 {ArrayList}.BinarySearch(Int32 index,Int32 count,Object value,IComparer comparer)
调用:{ArrayList}.BinarySearch(index,count,value,comparer)

定义:Int32 {ArrayList}.BinarySearch(Object value)
调用:{ArrayList}.BinarySearch(value)

定义:Int32 {ArrayList}.BinarySearch(Object value,IComparer comparer)
调用:{ArrayList}.BinarySearch(value,comparer)

定义:Void {ArrayList}.Clear()
调用:{ArrayList}.Clear()

定义:Boolean {ArrayList}.Contains(Object item)
调用:{ArrayList}.Contains(item)

定义:Void {ArrayList}.CopyTo(Array array)
调用:{ArrayList}.CopyTo(array)

定义:Void {ArrayList}.CopyTo(Array array,Int32 arrayIndex)
调用:{ArrayList}.CopyTo(array,arrayIndex)

定义:Void {ArrayList}.CopyTo(Int32 index,Array array,Int32 arrayIndex,Int32 count)
调用:{ArrayList}.CopyTo(index,array,arrayIndex,count)

定义:IList ArrayList.FixedSize(IList list)
调用:ArrayList.FixedSize(list)

定义:ArrayList ArrayList.FixedSize(ArrayList list)
调用:ArrayList.FixedSize(list)

定义:IEnumerator {ArrayList}.GetEnumerator(Int32 index,Int32 count)
调用:{ArrayList}.GetEnumerator(index,count)

定义:Int32 {ArrayList}.IndexOf(Object value)
调用:{ArrayList}.IndexOf(value)

定义:Int32 {ArrayList}.IndexOf(Object value,Int32 startIndex)
调用:{ArrayList}.IndexOf(value,startIndex)

定义:Int32 {ArrayList}.IndexOf(Object value,Int32 startIndex,Int32 count)
调用:{ArrayList}.IndexOf(value,startIndex,count)

定义:Void {ArrayList}.Insert(Int32 index,Object value)
调用:{ArrayList}.Insert(index,value)

定义:Void {ArrayList}.InsertRange(Int32 index,ICollection c)
调用:{ArrayList}.InsertRange(index,c)

定义:Int32 {ArrayList}.LastIndexOf(Object value)
调用:{ArrayList}.LastIndexOf(value)

定义:Int32 {ArrayList}.LastIndexOf(Object value,Int32 startIndex)
调用:{ArrayList}.LastIndexOf(value,startIndex)

定义:Int32 {ArrayList}.LastIndexOf(Object value,Int32 startIndex,Int32 count)
调用:{ArrayList}.LastIndexOf(value,startIndex,count)

定义:IList ArrayList.ReadOnly(IList list)
调用:ArrayList.ReadOnly(list)

定义:ArrayList ArrayList.ReadOnly(ArrayList list)
调用:ArrayList.ReadOnly(list)

定义:Void {ArrayList}.Remove(Object obj)
调用:{ArrayList}.Remove(obj)

定义:Void {ArrayList}.RemoveAt(Int32 index)
调用:{ArrayList}.RemoveAt(index)

定义:Void {ArrayList}.RemoveRange(Int32 index,Int32 count)
调用:{ArrayList}.RemoveRange(index,count)

定义:ArrayList ArrayList.Repeat(Object value,Int32 count)
调用:ArrayList.Repeat(value,count)

定义:Void {ArrayList}.Reverse()
调用:{ArrayList}.Reverse()

定义:Void {ArrayList}.Reverse(Int32 index,Int32 count)
调用:{ArrayList}.Reverse(index,count)

定义:Void {ArrayList}.SetRange(Int32 index,ICollection c)
调用:{ArrayList}.SetRange(index,c)

定义:ArrayList {ArrayList}.GetRange(Int32 index,Int32 count)
调用:{ArrayList}.GetRange(index,count)

定义:Void {ArrayList}.Sort()
调用:{ArrayList}.Sort()

定义:Void {ArrayList}.Sort(IComparer comparer)
调用:{ArrayList}.Sort(comparer)

定义:Void {ArrayList}.Sort(Int32 index,Int32 count,IComparer comparer)
调用:{ArrayList}.Sort(index,count,comparer)

定义:IList ArrayList.Synchronized(IList list)
调用:ArrayList.Synchronized(list)

定义:ArrayList ArrayList.Synchronized(ArrayList list)
调用:ArrayList.Synchronized(list)

定义:Object[] {ArrayList}.ToArray()
调用:{ArrayList}.ToArray()

定义:Array {ArrayList}.ToArray(Type type)
调用:{ArrayList}.ToArray(type)

定义:Void {ArrayList}.TrimToSize()
调用:{ArrayList}.TrimToSize()

定义:IEqualityComparer`1 {Dictionary`2}.get_Comparer()
调用:{Dictionary`2}.get_Comparer()

定义:KeyCollection {Dictionary`2}.get_Keys()
调用:{Dictionary`2}.get_Keys()

定义:ValueCollection {Dictionary`2}.get_Values()
调用:{Dictionary`2}.get_Values()

定义:Object {Dictionary`2}.get_Item(String key)
调用:{Dictionary`2}.get_Item(key)

定义:Void {Dictionary`2}.set_Item(String key,Object value)
调用:{Dictionary`2}.set_Item(key,value)

定义:Void {Dictionary`2}.Add(String key,Object value)
调用:{Dictionary`2}.Add(key,value)

定义:Boolean {Dictionary`2}.ContainsKey(String key)
调用:{Dictionary`2}.ContainsKey(key)

定义:Boolean {Dictionary`2}.ContainsValue(Object value)
调用:{Dictionary`2}.ContainsValue(value)

定义:Enumerator {Dictionary`2}.GetEnumerator()
调用:{Dictionary`2}.GetEnumerator()

定义:Void {Dictionary`2}.OnDeserialization(Object sender)
调用:{Dictionary`2}.OnDeserialization(sender)

定义:Boolean {Dictionary`2}.Remove(String key)
调用:{Dictionary`2}.Remove(key)

定义:Boolean {Dictionary`2}.TryAdd(String key,Object value)
调用:{Dictionary`2}.TryAdd(key,value)

定义:Int32 {Dictionary`2}.EnsureCapacity(Int32 capacity)
调用:{Dictionary`2}.EnsureCapacity(capacity)

定义:Void {Dictionary`2}.TrimExcess()
调用:{Dictionary`2}.TrimExcess()

定义:Void {Dictionary`2}.TrimExcess(Int32 capacity)
调用:{Dictionary`2}.TrimExcess(capacity)

定义:Dictionary`2 {List`1}.get_Item(Int32 index)
调用:{List`1}.get_Item(index)

定义:Void {List`1}.set_Item(Int32 index,Dictionary`2 value)
调用:{List`1}.set_Item(index,value)

定义:Void {List`1}.Add(Dictionary`2 item)
调用:{List`1}.Add(item)

定义:Void {List`1}.AddRange(IEnumerable`1 collection)
调用:{List`1}.AddRange(collection)

定义:ReadOnlyCollection`1 {List`1}.AsReadOnly()
调用:{List`1}.AsReadOnly()

定义:Int32 {List`1}.BinarySearch(Int32 index,Int32 count,Dictionary`2 item,IComparer`1 comparer)
调用:{List`1}.BinarySearch(index,count,item,comparer)

定义:Int32 {List`1}.BinarySearch(Dictionary`2 item)
调用:{List`1}.BinarySearch(item)

定义:Int32 {List`1}.BinarySearch(Dictionary`2 item,IComparer`1 comparer)
调用:{List`1}.BinarySearch(item,comparer)

定义:Boolean {List`1}.Contains(Dictionary`2 item)
调用:{List`1}.Contains(item)

定义:Void {List`1}.CopyTo(Dictionary`2[] array)
调用:{List`1}.CopyTo(array)

定义:Void {List`1}.CopyTo(Int32 index,Dictionary`2[] array,Int32 arrayIndex,Int32 count)
调用:{List`1}.CopyTo(index,array,arrayIndex,count)

定义:Void {List`1}.CopyTo(Dictionary`2[] array,Int32 arrayIndex)
调用:{List`1}.CopyTo(array,arrayIndex)

定义:Boolean {List`1}.Exists(Predicate`1 match)
调用:{List`1}.Exists(match)

定义:Dictionary`2 {List`1}.Find(Predicate`1 match)
调用:{List`1}.Find(match)

定义:List`1 {List`1}.FindAll(Predicate`1 match)
调用:{List`1}.FindAll(match)

定义:Int32 {List`1}.FindIndex(Predicate`1 match)
调用:{List`1}.FindIndex(match)

定义:Int32 {List`1}.FindIndex(Int32 startIndex,Predicate`1 match)
调用:{List`1}.FindIndex(startIndex,match)

定义:Int32 {List`1}.FindIndex(Int32 startIndex,Int32 count,Predicate`1 match)
调用:{List`1}.FindIndex(startIndex,count,match)

定义:Dictionary`2 {List`1}.FindLast(Predicate`1 match)
调用:{List`1}.FindLast(match)

定义:Int32 {List`1}.FindLastIndex(Predicate`1 match)
调用:{List`1}.FindLastIndex(match)

定义:Int32 {List`1}.FindLastIndex(Int32 startIndex,Predicate`1 match)
调用:{List`1}.FindLastIndex(startIndex,match)

定义:Int32 {List`1}.FindLastIndex(Int32 startIndex,Int32 count,Predicate`1 match)
调用:{List`1}.FindLastIndex(startIndex,count,match)

定义:Void {List`1}.ForEach(Action`1 action)
调用:{List`1}.ForEach(action)

定义:List`1 {List`1}.GetRange(Int32 index,Int32 count)
调用:{List`1}.GetRange(index,count)

定义:List`1 {List`1}.Slice(Int32 start,Int32 length)
调用:{List`1}.Slice(start,length)

定义:Int32 {List`1}.IndexOf(Dictionary`2 item)
调用:{List`1}.IndexOf(item)

定义:Int32 {List`1}.IndexOf(Dictionary`2 item,Int32 index)
调用:{List`1}.IndexOf(item,index)

定义:Int32 {List`1}.IndexOf(Dictionary`2 item,Int32 index,Int32 count)
调用:{List`1}.IndexOf(item,index,count)

定义:Void {List`1}.Insert(Int32 index,Dictionary`2 item)
调用:{List`1}.Insert(index,item)

定义:Void {List`1}.InsertRange(Int32 index,IEnumerable`1 collection)
调用:{List`1}.InsertRange(index,collection)

定义:Int32 {List`1}.LastIndexOf(Dictionary`2 item)
调用:{List`1}.LastIndexOf(item)

定义:Int32 {List`1}.LastIndexOf(Dictionary`2 item,Int32 index)
调用:{List`1}.LastIndexOf(item,index)

定义:Int32 {List`1}.LastIndexOf(Dictionary`2 item,Int32 index,Int32 count)
调用:{List`1}.LastIndexOf(item,index,count)

定义:Boolean {List`1}.Remove(Dictionary`2 item)
调用:{List`1}.Remove(item)

定义:Int32 {List`1}.RemoveAll(Predicate`1 match)
调用:{List`1}.RemoveAll(match)

定义:Void {List`1}.Sort(IComparer`1 comparer)
调用:{List`1}.Sort(comparer)

定义:Void {List`1}.Sort(Comparison`1 comparison)
调用:{List`1}.Sort(comparison)

定义:Void {List`1}.Sort(Int32 index,Int32 count,IComparer`1 comparer)
调用:{List`1}.Sort(index,count,comparer)

定义:Dictionary`2[] {List`1}.ToArray()
调用:{List`1}.ToArray()

定义:Boolean {List`1}.TrueForAll(Predicate`1 match)
调用:{List`1}.TrueForAll(match)