Share via


IReadOnlyComplexType.IsContainedBy(Type) メソッド

定義

指定された型がこの複合型の格納型の 1 つであるかどうかを示す値を取得します。

public virtual bool IsContainedBy (Type type);
abstract member IsContainedBy : Type -> bool
override this.IsContainedBy : Type -> bool
Public Overridable Function IsContainedBy (type As Type) As Boolean

パラメーター

type
Type

宣言パスで検索するを入力します。

戻り値

true がこの複合型の包含型の 1 つである場合 type は 。それ以外の場合 falseは 。

適用対象