System 命名空间

描述
Activator包含创建对象类型的方法。
Array表示数组数据结构的类。此类的对象只能使用 System::MakeArray()System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装到 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
ArraySegment表示一维数组的一个段。此类型应在栈上分配,并通过值或引用传递给函数。切勿使用 System::SmartPtr 类来管理此类型的对象。
Attribute自定义属性的基类。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装到 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
BitConverter包含执行字节序列与值类型相互转换的方法。这是一个没有实例服务的静态类型。任何情况下都不应创建其实例。
Boolean保存 System.Boolean .Net 类型的静态成员的类。
BoxedEnum表示装箱的枚举值。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装到 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
BoxedValue表示装箱的值。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装到 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
BoxedValueBase定义接口并实现表示装箱值的派生类的一些基本方法的基类。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装到 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
Buffer包含操作原始字节数组的方法。这是一个没有实例服务的静态类型。任何情况下都不应创建其实例。
Byte包含处理无符号 8 位整数的方法。
Char提供对以 UTF-16 代码单元表示的字符进行操作的方法。这是一个没有实例服务的静态类型。任何情况下都不应创建其实例。
Comparison表示比较同类型两个对象的方法指针。此类型应在栈上分配,并通过值或引用传递给函数。切勿使用 System::SmartPtr 类来管理此类型的对象。
Console提供向标准输出流输出数据的方法。这是一个没有实例服务的静态类型。任何情况下都不应创建其实例。
ConsoleOutput表示标准输出流。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装到 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
DateTime表示时间连续体上的特定日期和时间值。此类型应在栈上分配,并通过值或引用传递给函数。切勿使用 System::SmartPtr 类来管理此类型的对象。
DateTimeOffset包含相对于协调世界时的日期和时间。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
DBNull表示一个不存在的值。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
Decimal表示十进制数。此类型应在栈上分配,并通过值或引用传递给函数。切勿使用 System::SmartPtr 类来管理此类型的对象。
DefaultBoxedValueBoxedValue 类实现。允许声明 BoxingValue 特化而无需重复通用代码。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
Delegate< ReturnType(ArgumentTypes…)>表示指向函数、方法或函数对象的指针。此类型应在栈上分配,并通过值或引用传递给函数。切勿使用 System::SmartPtr 类来管理此类型的对象。
DynamicWeakPtr智能指针类,用于跟踪存储对象的模板参数的指针模式,并在每次赋值后更新它们。此类型是用于管理其他对象删除的指针。它应在栈上分配,并通过值或 const 引用传递给函数。
EnumValues提供关于枚举类型 E 的枚举常量的元信息。
EnumValuesBase一个用于表示枚举类型元信息的类的基类。
EventArgs用于表示在事件触发时传递给事件订阅者的上下文的类的基类。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
ExceptionWrapper表示从 Exception 类派生的异常的包装器的模板。
FlagsAttribute指示枚举可以被视为位字段;即,一组
Func函数委托。此类型应在栈上分配,并通过值或引用传递给函数。切勿使用 System::SmartPtr 类来管理此类型的对象。
GC表示一种模拟的垃圾回收,它更像一个实际上不执行任何操作的存根。这是一个没有实例服务的静态类型。您绝不应以任何方式创建其实例。
Guid表示全局唯一标识符(GUID)。此类型应在栈上分配,并通过值或引用传递给函数。切勿使用 System::SmartPtr 类来管理此类型的对象。
IAsyncResult表示异步操作的状态。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
ICloneable定义一个方法,使对象能够克隆——创建对象的副本。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
IComparable定义一个比较两个对象的方法。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
IConvertible定义将实现的引用或值类型的值转换为具有等价值的公共语言运行时类型的方法。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
ICustomFormatter定义一个对指定对象表示的值的字符串表示进行自定义格式化的方法。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
IDisposable定义释放当前对象拥有的资源的方法。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
IEquatable定义判断两个对象相等性的方法。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
IFormatProvider定义提供格式化信息的方法。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
IFormattable定义使用指定的格式字符串和格式提供程序来格式化当前对象值的方法。
Int16包含用于处理 16 位整数的方法。
Int32包含用于处理 32 位整数的方法。
Int64包含用于处理 64 位整数的方法。
LockContext实现 C# lock() 语句的保护对象。
MarshalByRefObject在启用远程的应用程序中,提供跨应用程序域边界访问对象的功能。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 new 运算符创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
MulticastDelegate< ReturnType(ArgumentTypes…)>表示委托的集合。此类型应在栈上分配,并通过值或引用传递给函数。切勿使用 System::SmartPtr 类来管理此类型的对象。
Nullable前向声明。
NullableUtils表示 C# 的 System.Nullable(无类型参数)静态类。由于 C++ 中无法对类模板进行重载,无法使用原始名称。支持可以赋值为 null 的值类型。此类不可被继承。
Object在 C# 中启用对 System.Object 类可用方法的基类。所有在翻译环境中使用的非平凡类都应继承它。
ObjectExt提供模拟 C# Object 方法的静态方法,这些方法用于非 Object 的 C++ 类型(字符串、数字等)。这是一个没有实例服务的静态类型。任何情况下都不应创建其实例。
ObjectType提供实现对象类型获取器的静态方法。这是一个没有实例服务的静态类型。任何情况下都不应创建其实例。
OperatingSystem表示特定的操作系统并提供其相关信息。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 new 运算符创建此类型的实例,因为会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
Random表示伪随机数生成器。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 new 运算符创建此类型的实例,因为会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
ReadOnlySpan用于在 Span 类内部的前向声明。
ScopedCulture表示在作用域内使用的区域性。
SmartPtr用于包装在堆上分配的类型的指针类。使用它来管理继承自 Object 的类的内存。此指针类型遵循侵入式指针语义。引用计数要么存储在 Object 本身,要么存储在与 Object 实例紧密绑定的计数结构中。无论如何,所有 SmartPtr 实例都会形成单一所有权组,这与 std::shared_ptr 类的行为不同。将原始指针转换为 SmartPtr 是安全的,只要还有其他 SmartPtr 实例持有对同一对象的共享引用。SmartPtr 类实例可以处于两种状态之一:共享指针和弱指针。为了保持对象存活,必须保证其共享引用计数为正。弱指针和共享指针都可以用于访问指向的对象(调用方法、读取或写入字段等),但弱指针不参与共享指针的引用计数。当最后一个“共享” SmartPtr 指针被销毁时,Object 将被删除。因此,请确保在对象构造或析构期间不存在其他共享的 SmartPtr 指针时不要发生此情况。使用 System::Object::ThisProtector 监视对象(在 C++ 代码中)或 CppCTORSelfReference、CppSelfReference 属性(在被翻译的 C# 代码中)来修复此问题。同样,使用 System::WeakPtr 指针类或 System::SmartPtrMode::Weak 指针模式(在 C++ 代码中)或 CppWeakPtr 属性(在被翻译的 C# 代码中)来打破循环引用。如果两个或更多对象使用“共享”指针相互引用,它们将永远不会被删除。如果需要在运行时切换指针类型(弱或共享),请使用 System::SmartPtr::set_Mode() 方法或 System::DynamicWeakPtr 类。SmartPtr 类不包含任何虚方法。只有在创建自定义内存管理策略时才应继承它。此类型是用于管理其他对象删除的指针。它应在栈上分配,并通过值或 const 引用传递给函数。
SmartPtrInfo用于在未知最终类型的情况下测试和修改 SmartPtr 内容的服务类。用于垃圾回收和循环引用检测等。可以将其视为“指向指针”的指针。由于 SmartPtr 没有基类型,我们无法使用其基类型;因此使用此 “info” 类。
Span表示类似于 C++20 的 std::span 的任意内存的连续区域。
StringString 类在整个库中使用。是翻译代码时 C# System.String 的替代品。出于优化考虑,它不被视为 Object 的子类。此类型应在栈上分配,并通过值或引用传递给函数。切勿使用 System::SmartPtr 类来管理此类型的对象。
StringComparer使用不同的比较模式比较字符串。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 new 运算符创建此类型的实例,因为会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
StringHashCompiletime从 C 字符串生成哈希值的辅助类。
TimeSpan表示时间间隔。此类型应在栈上分配,并通过值或引用传递给函数。切勿使用 System::SmartPtr 类来管理此类型的对象。
TimeZone表示时区。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 new 运算符创建此类型的实例,因为会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
TimeZoneInfo表示描述特定时区的信息。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 new 运算符创建此类型的实例,因为会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
Tuple表示元组数据结构的类。最大项数为 8。
TupleFactory提供用于创建元组对象的静态方法。
TypeInfo表示特定类型并提供其信息。
Uri统一资源标识符。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 new 运算符创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装到 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
UriBuilder提供构造和修改通用资源标识符 (URIs) 的方法。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 new 运算符创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装到 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
UriParser用于解析新的 URI 方案。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 new 运算符创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装到 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。
UriShim服务类。
ValueTuple表示 ValueTuple 数据结构的类。
ValueType基类用于值类型,因性能原因对 Object 继承进行截断。此类型应在栈上分配,并通过值或引用传递给函数。切勿使用 System::SmartPtr 类来管理此类型的对象。
Version表示版本号。此类型应在栈上分配,并通过值或引用传递给函数。切勿使用 System::SmartPtr 类来管理此类型的对象。
Void
WeakPtrSystem::SmartPtr 的子类,在构造时将自身设为弱模式。请注意,由于仍可访问 set_Mode(),此类不能保证其实例始终保持弱模式。此类型是用于管理其他对象删除的指针。它应在栈上分配,并以值或 const 引用方式传递给函数。
WeakReference表示弱引用,它在引用对象的同时仍允许该对象被删除。
WeakReference< T >表示弱引用,它在引用对象的同时仍允许该对象被删除。
WeakReference<>表示弱引用,它在引用对象的同时仍允许该对象被删除。

Enums

枚举描述
Base64FormattingOptions枚举,包含表示不同 Base-64 编码数据格式的值。
DateTimeKind枚举值,表示日期和时间的种类。
DayOfWeek表示一周中某天的枚举。
EnvironmentVariableTarget指定环境变量的位置。
MidpointRounding指定四舍五入函数的行为。
PlatformID表示操作系统平台。
SmartPtrModeSmartPtr 指针类型:弱或共享。定义在决定是否删除对象时是否对指针进行计数。
StringComparison定义字符串比较方式。
StringSplitOptions确定字符串拆分行为。
TypeCode表示对象的类型。
UriComponents表示 URI 组件。
UriFormat指定 URI 的转义方式。
UriHostNameType表示主机名的类型。
UriKind表示 URI 的种类。
UriPartial表示用于 Uri.GetLeftPart 方法的 URI 部分。

Typedefs

类型定义描述
Action引用无返回值方法的委托类型。
AggregateException
ArrayPtr‘pointer to array’ 类型的别名。
AsyncCallback表示在异步操作完成时要调用的方法的委托类型。
BadImageFormatException当动态链接库 (DLL) 或可执行程序的文件映像无效时抛出的异常。永远不要将 BadImageFormatException 类实例包装到 System::SmartPtr 中。
ByteArrayPtr指向无符号 8 位整数数组的智能指针对象的别名。
Converter表示指向可调用实体的指针,该实体接受 TInput 类型的单个参数并返回 TOutput 类型的值。
DecoderFallbackBufferPtr指向 System::Text::DecoderFallbackBuffer 类实例的智能指针的别名。
DecoderFallbackPtr指向 System::Text::DecoderFallback 类实例的智能指针的别名。
DecoderPtr指向 System::Text::Decoder 类实例的智能指针的别名。
DecoderReplacementFallbackPtr指向 System::Text::DecoderReplacementFallback 类实例的智能指针的别名。
DirectoryInfoPtr指向 System::IO::DirectoryInfo 类实例的智能指针的别名。
EncoderFallbackBufferPtr指向 System::Text::EncoderFallbackBuffer 类实例的智能指针的别名。
EncoderFallbackPtr指向 System::Text::EncoderFallback 类实例的智能指针的别名。
EncoderPtr指向 System::Text::Encoder 类实例的智能指针的别名。
EncoderReplacementFallbackBufferPtr指向 System::Text::EncoderReplacementFallbackBuffer 类实例的智能指针的别名。
EncoderReplacementFallbackPtr指向 System::Text::EncoderReplacementFallback 类实例的智能指针的别名。
EncodingInfoPtr指向 System::Text::EncodingInfo 类实例的智能指针的别名。
EncodingPtr指向 System::Text::Encoding 类实例的智能指针的别名。
Event表示事件——一种通过委托调用向订阅者通知感兴趣的事件发生的机制。
EventArgsPtr指向 EventArgs 类实例的共享指针。
EventHandler表示响应并处理事件的方法。此类型应在栈上分配,并通过值或引用传递给函数。永远不要使用 System::SmartPtr 类来管理此类型的对象。
Exception用于代替 Details::Exception 的别名。
ExceptionPtr异常包装器使用的类型别名。
FileInfoPtr指向 System::IO::FileInfo 类实例的智能指针的别名。
FileStreamPtr指向 System::IO::FileStream 类实例的智能指针的别名。
FileSystemInfoPtr指向 System::IO::FileSystemInfo 类实例的智能指针的别名。
FunctionPtr函数类型的别名,使用默认调用约定。
IAsyncResultPtr指向 IAsyncResult 的共享指针。
IFormatProviderPtr指向 System::IFormatProvider 类实例的智能指针的别名。
MakeConstRef_tMakeConstRef 修饰符的辅助类型。
MemoryStreamPtr指向 System::IO::MemoryStream 类实例的智能指针的别名。
Predicate表示指向谓词的指针——接受单个参数并返回布尔值的可调用实体。
RTaskPtr指向 System::Threading::Tasks::ResultTask 类实例的智能指针的别名。
SharedPtr库中广泛使用的智能指针的别名。
StreamPtr指向 System::IO::Stream 类实例的智能指针的别名。
StreamReaderPtr指向 System::IO::StreamReader 类实例的智能指针的别名。
StreamWriterPtr指向 System::IO::StreamWriter 类实例的智能指针的别名。
StringComparerPtr指向 StringComparer 类实例的共享指针的别名。
TaskPtr指向 System::Threading::Tasks::Task 类实例的智能指针的别名。
TimeZoneInfoPtr指向 TimeZoneInfo 类实例的共享指针的别名。
TimeZonePtr指向 TimeZone 类实例的共享指针。

Functions

函数描述
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
AsCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
BuildSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
BuildArraySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
BuildObjectSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
CastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
Cast_noexceptSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
CastEnumerableToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
CastEnumerableToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
CheckedCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
CompareSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
CompareSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
const_pointer_castSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
常量转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
默认System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
默认System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
丢弃System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
执行TryFinallySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
执行TryFinallySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
执行TryFinallySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
动态指针转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
动态转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
动态转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
动态转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
动态转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
动态转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
动态转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
动态转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
动态转换_无异常System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
动态转换_无异常System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
动态转换_无异常System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
动态数组转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
枚举获取名称System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
枚举获取名称System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
等于System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
等于< double, double >System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
等于< float, float >System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
显式转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
强制静态转换System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
对每个成员GV名称System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
大于等于System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
获取System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
获取System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
获取System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
获取System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
获取指针System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
获取哈希码System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
获取哈希码System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
获取哈希码System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
获取哈希码System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
获取哈希码System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
大于System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
初始化对象System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
是参数化测试System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
是vp测试System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
已定义枚举元信息System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
已定义枚举元信息System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
IsInfinitySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
IsNaNSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
IsNegativeInfinitySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
IsPositiveInfinitySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
IsTupleSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
IterateOverSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
IterateOverSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
IterateOverSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
IterateOverSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
IterateOverSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
IterateOverSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
IterateOverSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
LEqualSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
LessSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeArraySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeArraySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeArraySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeAsyncSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeAsyncSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeObjectSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeObjectSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeScopeGuardSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeSharedPtrSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeSharedPtrSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeTupleSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeValueAsyncSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeValueAsyncSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeYieldEnumerableSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MakeYieldEnumeratorSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
MemberwiseCloneSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
ObjectType::GetType< System::DateTime >System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
ObjectType::GetType< System::String >System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator!=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator*System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator+System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator+System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator+System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator+System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator+System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator+System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator-System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator-System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator-System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator-System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator/System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator<System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator<System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator<System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator<System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator<System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator«System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator<=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator<=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator<=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator<=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator<=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator==System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator>System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator>System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator>System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator>System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator>System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator>=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator>=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator>=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator>=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator>=System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator»System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
operator»System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
PrintToSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
RefSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
RefSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
RefSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
SafeInvokeSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
SetSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_decrement_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_decrement_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_decrement_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_increment_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_increment_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_post_decrement_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_post_decrement_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_post_decrement_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_post_increment_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_post_increment_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_post_increment_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
setter_wrapSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
static_pointer_castSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCast_noexceptSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCast_noexceptSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCast_noexceptSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCast_noexceptSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCastArraySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
StaticCastArraySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
TieTupleSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
WithSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
WithSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]