Beef Corlib
|
Classes | |
class | AdjustmentRule |
struct | AlignAttribute |
struct | AllocWrapper |
struct | AllowAppendAttribute |
This attribute is required on constructors that include 'append' allocations. More... | |
struct | AllowDuplicatesAttribute |
struct | AlwaysIncludeAttribute |
class | Array |
class | Array1 |
class | Array2 |
class | Array3 |
class | Array4 |
struct | Attribute |
struct | AttributeUsageAttribute |
class | BitConverter |
struct | BitfieldAttribute |
struct | Boolean |
class | BumpAllocator |
struct | CallingConventionAttribute |
struct | CallStackAddr |
struct | CallStackList |
struct | Char16 |
struct | Char32 |
struct | Char8 |
struct | CheckedAttribute |
The [Checked] attribute is used to mark a method or a method invocation as being "checked", meaning that the method applies extra runtime checks such as bounds checking or other parameter or state validation. More... | |
struct | ClassVData |
struct | CLinkAttribute |
struct | ClosedRange |
struct | CommutableAttribute |
class | Compiler |
class | CompilerSettings |
struct | ComptimeAttribute |
class | Console |
struct | ConsoleColor |
struct | ConstEvalAttribute |
struct | ConstSkipAttribute |
struct | CReprAttribute |
struct | CRTAlloc |
struct | DateTime |
class | DateTimeFormat |
struct | DateTimeOffset |
struct | DbgRawAllocData |
struct | DeferredCall |
class | Delegate |
struct | DisableChecksAttribute |
Generally used as a per-method optimization, [DisableChecks] will cause calls within this method to call the unchecked version of methods. More... | |
struct | DisableObjectAccessChecksAttribute |
Generally used as a per-method optimization, [DisableObjectAccessChecks] will avoid the runtime per-object-access checks which by default are only applied in debug builds anyway. More... | |
struct | Double |
struct | Enum |
class | EnumParser |
class | Environment |
struct | ErrorAttribute |
struct | Event |
class | EventArgs |
struct | ExportAttribute |
struct | Float |
struct | ForceAddrAttribute |
struct | FriendAttribute |
struct | Function |
class | GC |
struct | Guid |
struct | HideNameAttribute |
interface | IAsyncResult |
interface | ICanBeNaN |
interface | ICharacter |
interface | IComptimeMethodApply |
interface | IComptimeTypeApply |
interface | IDisposable |
interface | IEquatable |
interface | IFloating |
interface | IFormatProvider |
interface | IFormattable |
struct | IgnoreErrorsAttribute |
interface | IHashable |
interface | IInteger |
interface | IIsNaN |
interface | ILeakIdentifiable |
interface | IMinMaxValue |
struct | ImportAttribute |
interface | INativeWindow |
struct | Index |
struct | IndexRange |
struct | InlineAttribute |
struct | Int |
struct | Int16 |
struct | Int32 |
struct | Int64 |
struct | Int8 |
class | Internal |
struct | IntrinsicAttribute |
interface | INumeric |
interface | IOnFieldInit |
interface | IOnMethodInit |
interface | IOnTypeDone |
interface | IOnTypeInit |
interface | IOpAddable |
interface | IOpComparable |
interface | IOpConvertibleFrom |
interface | IOpConvertibleTo |
interface | IOpDividable |
interface | IOpEquals |
interface | IOpMultiplicable |
interface | IOpNegatable |
interface | IOpSubtractable |
interface | IPrintable |
interface | IRawAllocator |
interface | IRefCounted |
interface | ISigned |
interface | ITypedAllocator |
interface | IUnsigned |
class | Lazy |
class | LazyTLS |
struct | LinkNameAttribute |
class | LittleEndian |
struct | MangleConstAttribute |
class | Math |
This class provides general Math functionality. More... | |
struct | MethodReference |
struct | NoDebugAttribute |
struct | NoDiscardAttribute |
If [NoDiscard] is used on a method, the the compiler will show a warning if the result is discarded. More... | |
struct | NoExtensionAttribute |
struct | NoReturnAttribute |
struct | NoShowAttribute |
struct | NoSplatAttribute |
struct | NoStaticCtorAttribute |
struct | Nullable |
class | NumberFormatter |
class | Object |
struct | ObsoleteAttribute |
struct | OnCompileAttribute |
class | OperatingSystem |
struct | OptimizeAttribute |
struct | OptSpan |
struct | OrderedAttribute |
struct | PackedAttribute |
class | Platform |
struct | Pointer |
class | PropertyBag |
class | Random |
struct | Range |
struct | RangeEnumerator |
interface | RangeExpression |
class | RefCounted |
class | RefCountedAppend |
struct | ReflectAttribute |
struct | Result |
struct | ReverseRangeEnumerator |
class | Runtime |
struct | RuntimeFeatures |
class | SingleAllocator |
struct | SizedArray |
struct | SkipCallAttribute |
struct | Span |
struct | StaticInitAfterAttribute |
struct | StaticInitPriorityAttribute |
struct | StdAllocator |
struct | StdCallAttribute |
class | String |
struct | StringSplitEnumerator |
struct | StringStringSplitEnumerator |
struct | StringView |
class | StringWithAlloc |
class | Test |
struct | TestAttribute |
struct | ThreadStaticAttribute |
struct | TimeSpan |
class | TimeZoneInfo |
struct | TransitionTime |
class | Type |
class | TypeDeclaration |
struct | UInt |
struct | UInt16 |
struct | UInt32 |
struct | UInt64 |
struct | UInt8 |
struct | UnboundAttribute |
struct | UncheckedAttribute |
The [Unchecked] attribute is used to mark a method or a method invocation as being "unchecked", meaning that the method omits runtime checks such as bounds checking or other parameter or state validation. More... | |
struct | UnderlyingArrayAttribute |
struct | UnionAttribute |
struct | UseLLVMAttribute |
struct | ValueType |
struct | VarArgs |
struct | Variant |
struct | Version |
struct | Void |
struct | WarnAttribute |
class | Windows |
Functions | |
delegate void | AsyncCallback (IAsyncResult ar) |
delegate void | Action () |
delegate void | EventHandler (Object sender, EventArgs e) |
delegate void | EventHandler< TEventArgs > (Object sender, TEventArgs e) |
delegate int | Comparison< T > (T lhs, T rhs) |
[static initializer] | |
return mValue. | GetHashCode () |
delegate bool | Predicate< T > (T val) |
[static initializer] | |
else | if (this case .Err(var err)) err.Dispose() |
static bool | UtcOffsetOutOfRange (TimeSpan offset) |
[instance initializer] | |
Variables | |
typealias | int_arsize = int32 |
extension | Nullable< T > |
extension Range< T > where | T |
extension Result< T, TErr > where | TErr |
typealias | int_strsize = int32 |
typealias | uint_strsize = uint32 |
typealias | int_cosize = int32 |