System 名前空間

クラス

クラス説明
Activatorオブジェクトの型を作成するメソッドを含みます。
Array配列データ構造を表すクラスです。このクラスのオブジェクトは System::MakeArray()System::MakeObject() 関数を使用してのみ割り当てるべきです。この型のインスタンスをスタック上で作成したり operator new を使用したりしないでください。そうしないとランタイムエラーやアサーション失敗が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
ArraySegment一次元配列のセグメントを表します。この型はスタック上に割り当て、値渡しまたは参照渡しで関数に渡すべきです。この型のオブジェクトを管理するために System::SmartPtr クラスを使用しないでください。
Attributeカスタム属性の基底クラスです。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。この型のインスタンスをスタック上で作成したり operator new を使用したりしないでください。そうしないとランタイムエラーやアサーション失敗が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
BitConverterバイト列と値型との相互変換を行うメソッドを含みます。これはインスタンスサービスを持たない静的型です。いかなる手段でもインスタンスを作成してはいけません。
BooleanSystem.BooleanNet 型の静的メンバーを保持するクラスです。
BoxedEnumボックス化された列挙値を表します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。この型のインスタンスをスタック上で作成したり operator new を使用したりしないでください。そうしないとランタイムエラーやアサーション失敗が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
BoxedValueボックス化された値を表します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。この型のインスタンスをスタック上で作成したり operator new を使用したりしないでください。そうしないとランタイムエラーやアサーション失敗が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
BoxedValueBaseボックス化された値を表す派生クラスのインターフェースを定義し、基本的なメソッドを実装する基底クラスです。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。この型のインスタンスをスタック上で作成したり operator new を使用したりしないでください。そうしないとランタイムエラーやアサーション失敗が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
Buffer生バイト配列を操作するメソッドを含みます。これはインスタンスサービスを持たない静的型です。いかなる手段でもインスタンスを作成してはいけません。
Byte符号なし 8 ビット整数を扱うメソッドを含みます。
CharUTF-16 コード単位で表現された文字の操作メソッドを提供します。これはインスタンスサービスを持たない静的型です。いかなる手段でもインスタンスを作成してはいけません。
Comparison同じ型のオブジェクト二つを比較するメソッドへのポインタを表します。この型はスタック上に割り当て、値渡しまたは参照渡しで関数に渡すべきです。この型のオブジェクトを管理するために System::SmartPtr クラスを使用しないでください。
Console標準出力ストリームへデータを出力するメソッドを提供します。これはインスタンスサービスを持たない静的型です。いかなる手段でもインスタンスを作成してはいけません。
ConsoleOutput標準出力ストリームを表します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。この型のインスタンスをスタック上で作成したり operator new を使用したりしないでください。そうしないとランタイムエラーやアサーション失敗が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
DateTime時間連続体上の特定の日時値を表します。この型はスタック上に割り当て、値渡しまたは参照渡しで関数に渡すべきです。この型のオブジェクトを管理するために System::SmartPtr クラスを使用しないでください。
DateTimeOffset協定世界時 (UTC) に対する日付と時刻を含みます。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。この型のインスタンスをスタック上で作成したり operator new を使用したりしないでください。そうしないとランタイムエラーやアサーション失敗が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
DBNull存在しない値を表します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。この型のインスタンスをスタック上で作成したり operator new を使用したりしないでください。そうしないとランタイムエラーやアサーション失敗が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
Decimal10 進数を表します。この型はスタック上に割り当て、値渡しまたは参照渡しで関数に渡すべきです。この型のオブジェクトを管理するために 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 ポインタでラップし、そのポインタを関数への引数として使用してください。
IComparable2つのオブジェクトを比較するメソッドを定義します。このクラスのオブジェクトは 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 ポインタでラップし、そのポインタを関数への引数として使用してください。
IEquatable2つのオブジェクトの等価性を判定するメソッドを定義します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new でこの型のインスタンスを作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
IFormatProvider書式情報を提供するメソッドを定義します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new でこの型のインスタンスを作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
IFormattable指定された書式文字列と書式プロバイダーを使用して現在のオブジェクトの値をフォーマットするメソッドを定義します。
Int1616ビット整数を操作するメソッドを含みます。
Int3232ビット整数を操作するメソッドを含みます。
Int6464ビット整数を操作するメソッドを含みます。
LockContextC# の lock() 文を実装したガードオブジェクトです。
MarshalByRefObjectリモート機能が有効なアプリケーションで、アプリケーションドメイン境界を越えてオブジェクトにアクセスできるようにします。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new でこの型のインスタンスを作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
MulticastDelegate< ReturnType(ArgumentTypes…)>デリゲートのコレクションを表します。この型はスタック上に割り当て、値または参照で関数に渡すべきです。この型のオブジェクトを管理するために System::SmartPtr クラスを使用しないでください。
Nullable前方宣言です。
NullableUtilsC# の System.Nullable(型引数なし)静的クラスを表します。C++ ではクラステンプレートのオーバーロードができないため、元の名前は使用できません。null を代入可能な値型をサポートします。このクラスは継承できません。
ObjectSystem.Object クラスで利用可能なメソッドを C# で使用できるようにする基底クラスです。翻訳環境で使用されるすべての非自明なクラスはこれを継承すべきです。
ObjectExtC# の Object メソッドを、非 Object の C++ 型(文字列、数値など)に対してエミュレートする静的メソッドを提供します。これはインスタンスサービスを持たない静的型です。いかなる手段でもインスタンスを作成してはいけません。
ObjectTypeオブジェクト型の取得子を実装する静的メソッドを提供します。これはインスタンスサービスを持たない静的型です。いかなる手段でもインスタンスを作成してはいけません。
OperatingSystem特定のオペレーティングシステムを表し、その情報を提供します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。このタイプのインスタンスをスタック上または operator new で作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
Random疑似乱数ジェネレータを表します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。このタイプのインスタンスをスタック上または operator new で作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
ReadOnlySpanSpan クラス内で使用するために転送します。
ScopedCultureスコープ内で使用されるカルチャーを表します。
SmartPtrヒープ上に割り当てられる型をラップするポインタクラスです。これは Object を継承するクラスのメモリ管理に使用します。このポインタ型は侵入型ポインタのセマンティクスに従います。参照カウンタは Object 自体に格納されるか、Object インスタンスに密接に結び付いたカウンタ構造体に格納されます。いずれの場合も、すべての SmartPtr インスタンスは作成方法に関わらず単一所有グループを形成し、std::shared_ptr クラスの挙動とは異なります。生ポインタを SmartPtr に変換しても、同じオブジェクトへの共有参照を保持している他の SmartPtr インスタンスがある限り安全です。SmartPtr クラスのインスタンスは共有ポインタと弱ポインタの二つの状態のいずれかになります。オブジェクトを存続させるには、共有参照カウントが正である必要があります。弱ポインタと共有ポインタの両方で、メソッド呼び出しやフィールドの読み書きなど、指し示すオブジェクトへアクセスできますが、弱ポインタは共有ポインタの参照カウントには参加しません。Object は最後の「shared」 SmartPtr ポインタが破棄されたときに削除されます。したがって、オブジェクト構築や破棄時など、他に共有 SmartPtr ポインタが存在しない場合にこの状況が起こらないようにしてください。C++ コードでは System::Object::ThisProtector ガードオブジェクト、または CppCTORSelfReference / CppSelfReference 属性(C# コードの場合)を使用してこの問題を修正します。同様に、System::WeakPtr ポインタクラスや System::SmartPtrMode::Weak ポインタモード(C++ コード)または CppWeakPtr 属性(C# コード)を使用してループ参照を解消してください。二つ以上のオブジェクトが「shared」ポインタで相互参照すると、決して削除されません。実行時にポインタ型(弱または共有)を切り替える必要がある場合は、System::SmartPtr::set_Mode() メソッドまたは System::DynamicWeakPtr クラスを使用します。SmartPtr クラスは仮想メソッドを持ちません。独自のメモリ管理戦略を作成する場合にのみ継承すべきです。この型は他のオブジェクトの削除を管理するポインタで、スタック上に割り当て、値または const 参照で関数に渡すべきです。
SmartPtrInfo最終型を知らずに SmartPtr の内容をテストおよび変更するためのサービスクラスです。ガベージコレクションやループ参照の検出などに使用されます。『ポインタへのポインタ』と考えてください。SmartPtr の基底型は存在しないため使用できません。その代わりにこの ‘info’ クラスを使用します。
SpanC++20 の std::span に似た、任意のメモリの連続領域を表します。
StringString クラスはライブラリ全体で使用されます。コード変換時の C# の System.String の代替です。最適化の観点から Object のサブクラスとはみなされません。この型はスタック上に割り当て、値または参照で関数に渡すべきです。この型のオブジェクトを管理するために System::SmartPtr クラスを使用しないでください。
StringComparer異なる比較モードを使用して文字列を比較します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。このタイプのインスタンスをスタック上または operator new で作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
StringHashCompiletimeC 文字列からハッシュ値を生成するヘルパークラスです。
TimeSpan時間間隔を表します。この型はスタック上に割り当て、値または参照で関数に渡すべきです。この型のオブジェクトを管理するために System::SmartPtr クラスを使用しないでください。
TimeZoneタイムゾーンを表します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。このタイプのインスタンスをスタック上または operator new で作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
TimeZoneInfo特定のタイムゾーンを記述する情報を表します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。このタイプのインスタンスをスタック上または operator new で作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
Tupleタプルデータ構造を表すクラスです。最大項目数は 8 です。
TupleFactoryタプルオブジェクトを作成するための静的メソッドを提供します。
TypeInfo特定の型を表し、その情報を提供します。
Uri統一リソース識別子です。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。このタイプのインスタンスをスタック上または operator new で作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
UriBuilderユニバーサルリソース識別子 (URI) を構築・変更するためのメソッドを提供します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。このタイプのインスタンスをスタック上または operator new で作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
UriParser新しい URI スキームを解析するために使用されます。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。このタイプのインスタンスをスタック上または operator new で作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
UriShimサービスクラスです。
ValueTupleValueTuple データ構造を表すクラスです。
ValueTypeObject 継承がパフォーマンス上の理由で切り詰められた値型の基底クラスです。この型はスタック上に割り当て、値または参照で関数に渡すべきです。この型のオブジェクトを管理するために 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 ポインタ型: weak または shared。オブジェクトを削除するかどうかを決定する際に、ポインタがカウントされるかどうかを定義します。
StringComparison文字列比較のスタイルを定義します。
StringSplitOptions文字列分割の動作を決定します。
TypeCodeオブジェクトの型を表します。
UriComponentsURI コンポーネントを表します。
UriFormatURI がエスケープされる方法を指定します。
UriHostNameTypeホスト名のタイプを表します。
UriKindURI の種類を表します。
UriPartialUri.GetLeftPart メソッド用の URI の部分を表します。

Typedefs

型定義説明
Action戻り値のないメソッドを参照するデリゲート型です。
ArrayPtr‘配列へのポインタ’ 型のエイリアスです。
AsyncCallback非同期操作が完了したときに呼び出されるメソッドを表すデリゲート型です。
BadImageFormatException動的リンクライブラリ (DLL) または実行可能プログラムのファイルイメージが無効な場合にスローされる例外です。BadImageFormatException クラスのインスタンスを System::SmartPtr にラップしないでください。
ByteArrayPtr符号なし 8 ビット整数の配列を指すスマートポインタオブジェクトのエイリアスです。
ConverterTInput 型の単一引数を受け取り、TOutput 型の値を返す呼び出し可能エンティティへのポインタを表します。
DecoderFallbackBufferPtrSystem::Text::DecoderFallbackBuffer クラスのインスタンスを指すスマートポインタのエイリアスです。
DecoderFallbackPtrSystem::Text::DecoderFallback クラスのインスタンスを指すスマートポインタのエイリアスです。
DecoderPtrSystem::Text::Decoder クラスのインスタンスを指すスマートポインタのエイリアスです。
DecoderReplacementFallbackPtrSystem::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 クラスを使用しないでください。
ExceptionDetails::Exception の代わりに使用するエイリアスです。
ExceptionPtr例外ラッパーで使用される型エイリアスです。
FileInfoPtrスマートポインタのエイリアスで、System::IO::FileInfo クラスのインスタンスを指します。
FileStreamPtrスマートポインタのエイリアスで、System::IO::FileStream クラスのインスタンスを指します。
FileSystemInfoPtrスマートポインタのエイリアスで、System::IO::FileSystemInfo クラスのインスタンスを指します。
FunctionPtrデフォルト呼び出し規約を持つ関数型のエイリアスです。
IAsyncResultPtrIAsyncResult への共有ポインタです。
IFormatProviderPtrスマートポインタのエイリアスで、System::IFormatProvider クラスのインスタンスを指します。
MakeConstRef_tMakeConstRef 修飾子のヘルパー型です。
MemoryStreamPtrスマートポインタのエイリアスで、System::IO::MemoryStream クラスのインスタンスを指します。
Predicate述語へのポインタを表します - 単一の引数を受け取り bool 値を返す呼び出し可能なエンティティです。
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]
ConstCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DefaultSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DefaultSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DiscardSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DoTryFinallySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DoTryFinallySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DoTryFinallySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
dynamic_pointer_castSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DynamicCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DynamicCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DynamicCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DynamicCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DynamicCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DynamicCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DynamicCastSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DynamicCast_noexceptSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DynamicCast_noexceptSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DynamicCast_noexceptSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
DynamicCastArraySystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
EnumGetNameSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
EnumGetNameSystem.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]
get_pointerSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
GetHashCodeSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
GetHashCodeSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
GetHashCodeSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
GetHashCodeSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
GetHashCodeSystem.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]
is_parametrized_testSystem.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
is_vp_testSystem.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]
NaNか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]
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]
System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]
System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry]