Class ConstParameterCatalog.System
Const parameters in the System namespace.
Inheritance
System.Object
ConstParameterCatalog.System
Namespace: System.Linq.Expressions
Assembly: Nuqleon.Linq.Expressions.Optimizers.dll
Syntax
public static class System : Object
Properties
AllThisAndChildNamespaces
Gets a table of const parameters in the System namespace and any child namespaces.
Declaration
public static ParameterTable AllThisAndChildNamespaces { get; }
Property Value
Type | Description |
---|---|
ParameterTable |
AllThisNamespaceOnly
Gets a table of const parameters in the System namespace.
Declaration
public static ParameterTable AllThisNamespaceOnly { get; }
Property Value
Type | Description |
---|---|
ParameterTable |
Array
Gets a table of const parameters on System.Array.
Declaration
public static ParameterTable Array { get; }
Property Value
Type | Description |
---|---|
ParameterTable |
BitConverter
Gets a table of const parameters on System.BitConverter.
Declaration
public static ParameterTable BitConverter { get; }
Property Value
Type | Description |
---|---|
ParameterTable |
Convert
Gets a table of const parameters on System.Convert.
Declaration
public static ParameterTable Convert { get; }
Property Value
Type | Description |
---|---|
ParameterTable |
Guid
Gets a table of const parameters on System.Guid.
Declaration
public static ParameterTable Guid { get; }
Property Value
Type | Description |
---|---|
ParameterTable |
String
Gets a table of const parameters on System.String.
Declaration
public static ParameterTable String { get; }
Property Value
Type | Description |
---|---|
ParameterTable |