IsSealed

public static bool IsSealed(Type type) ;

クラスがsealedで宣言されているかを取得する。

パラメーター名 説明
type

クラスがsealedで宣言されている場合にtrueを返す。