DynamicAttribute.TransformFlags プロパティ

定義

型の構築のプレフィックス トラバーサルで、発生する Object が動的にディスパッチされた型として扱われるように指定します。

public:
 property System::Collections::Generic::IList<bool> ^ TransformFlags { System::Collections::Generic::IList<bool> ^ get(); };
public System.Collections.Generic.IList<bool> TransformFlags { get; }
member this.TransformFlags : System.Collections.Generic.IList<bool>
Public ReadOnly Property TransformFlags As IList(Of Boolean)

プロパティ値

動的にディスパッチされた型として扱われる Object 出現箇所の一覧。

適用対象