Show / Hide Table of Contents

Class PureMemberCatalog.System

Pure members in the System namespace.

Inheritance
System.Object
PureMemberCatalog.System
Namespace: System.Linq.Expressions
Assembly: Nuqleon.Linq.Expressions.Optimizers.dll
Syntax
public static class System : Object

Properties

AllThisAndChildNamespaces

Gets a table of pure members in the System namespace.

Declaration
public static MemberTable AllThisAndChildNamespaces { get; }
Property Value
Type Description
MemberTable

AllThisNamespaceOnly

Gets a table of pure members in the System namespace.

Declaration
public static MemberTable AllThisNamespaceOnly { get; }
Property Value
Type Description
MemberTable

Array

Gets a table of pure members on System.Array.

Declaration
public static MemberTable Array { get; }
Property Value
Type Description
MemberTable

BitConverter

Gets a table of pure members on System.BitConverter.

Declaration
public static MemberTable BitConverter { get; }
Property Value
Type Description
MemberTable

Boolean

Gets a table of pure members on System.Boolean.

Declaration
public static MemberTable Boolean { get; }
Property Value
Type Description
MemberTable

Byte

Gets a table of pure members on System.Byte.

Declaration
public static MemberTable Byte { get; }
Property Value
Type Description
MemberTable

Char

Gets a table of pure members on System.Char.

Declaration
public static MemberTable Char { get; }
Property Value
Type Description
MemberTable

Convert

Gets a table of pure members on System.Convert.

Declaration
public static MemberTable Convert { get; }
Property Value
Type Description
MemberTable

DateTime

Gets a table of pure members on System.DateTime.

Declaration
public static MemberTable DateTime { get; }
Property Value
Type Description
MemberTable

DateTimeOffset

Gets a table of pure members on DateTimeOffset.

Declaration
public static MemberTable DateTimeOffset { get; }
Property Value
Type Description
MemberTable

Decimal

Gets a table of pure members on System.Decimal.

Declaration
public static MemberTable Decimal { get; }
Property Value
Type Description
MemberTable

Double

Gets a table of pure members on System.Double.

Declaration
public static MemberTable Double { get; }
Property Value
Type Description
MemberTable

Guid

Gets a table of pure members on System.Guid.

Declaration
public static MemberTable Guid { get; }
Property Value
Type Description
MemberTable

Int16

Gets a table of pure members on System.Int16.

Declaration
public static MemberTable Int16 { get; }
Property Value
Type Description
MemberTable

Int32

Gets a table of pure members on System.Int32.

Declaration
public static MemberTable Int32 { get; }
Property Value
Type Description
MemberTable

Int64

Gets a table of pure members on System.Int64.

Declaration
public static MemberTable Int64 { get; }
Property Value
Type Description
MemberTable

Math

Gets a table of pure members on System.Math.

Declaration
public static MemberTable Math { get; }
Property Value
Type Description
MemberTable

Nullable

Gets a table of pure members on nullable types.

Declaration
public static MemberTable Nullable { get; }
Property Value
Type Description
MemberTable

SByte

Gets a table of pure members on System.SByte.

Declaration
public static MemberTable SByte { get; }
Property Value
Type Description
MemberTable

Single

Gets a table of pure members on System.Single.

Declaration
public static MemberTable Single { get; }
Property Value
Type Description
MemberTable

String

Gets a table of pure members on System.String.

Declaration
public static MemberTable String { get; }
Property Value
Type Description
MemberTable

TimeSpan

Gets a table of pure members on System.TimeSpan.

Declaration
public static MemberTable TimeSpan { get; }
Property Value
Type Description
MemberTable

Tuple

Gets a table of pure members on tuple types.

Declaration
public static MemberTable Tuple { get; }
Property Value
Type Description
MemberTable

UInt16

Gets a table of pure members on System.UInt16.

Declaration
public static MemberTable UInt16 { get; }
Property Value
Type Description
MemberTable

UInt32

Gets a table of pure members on System.UInt32.

Declaration
public static MemberTable UInt32 { get; }
Property Value
Type Description
MemberTable

UInt64

Gets a table of pure members on System.UInt64.

Declaration
public static MemberTable UInt64 { get; }
Property Value
Type Description
MemberTable

Uri

Gets a table of pure members on System.Uri.

Declaration
public static MemberTable Uri { get; }
Property Value
Type Description
MemberTable

ValueTuple

Gets a table of pure members on value tuple types.

Declaration
public static MemberTable ValueTuple { get; }
Property Value
Type Description
MemberTable

Version

Gets a table of pure members on System.Version.

Declaration
public static MemberTable Version { get; }
Property Value
Type Description
MemberTable
In This Article
Back to top Generated by DocFX