Class WellKnownTypes.System
public static class WellKnownTypes.System
- Inheritance
-
WellKnownTypes.System
Properties
Action
Gets Action type descriptor.
public static IType Action { get; }
Property Value
Boolean
bool type descriptor.
public static IType Boolean { get; }
Property Value
IEquatable_Equals
Equals(T) method reference.
public static CodeIdentifier IEquatable_Equals { get; }
Property Value
IEquatable_Equals_Parameter
Equals(T) parameter name.
public static CodeIdentifier IEquatable_Equals_Parameter { get; }
Property Value
Int32
int type descriptor.
public static IType Int32 { get; }
Property Value
Int64
long type descriptor.
public static IType Int64 { get; }
Property Value
InvalidOperationException
InvalidOperationException type descriptor.
public static IType InvalidOperationException { get; }
Property Value
Object
object type descriptor.
public static IType Object { get; }
Property Value
ObjectArrayNullable
object?[] type descriptor.
public static IType ObjectArrayNullable { get; }
Property Value
ObjectNullable
object? type descriptor.
public static IType ObjectNullable { get; }
Property Value
Object_Equals
Equals(object) method reference.
public static CodeIdentifier Object_Equals { get; }
Property Value
Object_Equals_Parameter
Equals(object) parameter name.
public static CodeIdentifier Object_Equals_Parameter { get; }
Property Value
Object_GetHashCode
object.GetHashCode() method reference.
public static CodeIdentifier Object_GetHashCode { get; }
Property Value
String
string type descriptor.
public static IType String { get; }
Property Value
Methods
Func(IType)
Returns Func<TResult> type descriptor.
public static IType Func(IType returnType)
Parameters
returnType
ITypeReturn value type.
Returns
- IType
Type descriptor.
Func(IType, IType)
Returns Func<T, TResult> type descriptor.
public static IType Func(IType returnType, IType arg0)
Parameters
Returns
- IType
Type descriptor.
Func(IType, IType, IType)
Returns Func<T1, T2, TResult> type descriptor.
public static IType Func(IType returnType, IType arg0, IType arg1)
Parameters
returnType
ITypeReturn value type.
arg0
ITypeFirst argument type.
arg1
ITypeSecond argument type.
Returns
- IType
Type descriptor.
IEquatable(IType)
Returns IEquatable<T> type descriptor.
public static IType IEquatable(IType type)
Parameters
type
ITypeCompared type.
Returns
- IType
Type descriptor.