static function CheckoutIsValid(assets:
AssetList):
bool;
static bool CheckoutIsValid(AssetList assets);
static
def CheckoutIsValid(assets as AssetList)
as bool
static function CheckoutIsValid(asset:
Asset):
bool;
static bool CheckoutIsValid(Asset asset);
static
def CheckoutIsValid(asset as Asset)
as bool