This version of Unity is unsupported.

PropertyBag.Exists

Returns

bool <see langword="true" /> if there is a property bag for the given type; otherwise, <see langword="false" />.

Description

Returns true if a property bag exists for the given type.


Declaration

public static bool Exists(Type type);

Parameters

type The type to check for a property bag

Returns

bool <see langword="true" /> if there is a property bag for the given type; otherwise, <see langword="false" />.

Description

Returns true if a property bag exists for the given type.