Concept Framework 1.0 documentation Contents | Index

standard.lang.serialize.HasMember

Name Version Deprecated
HasMember version 1.0 no

Prototype:
boolean HasMember(object obj, string member_name)

Parameters:
obj      a class object
member_name      the name of the member

Description:
Checks if an object has a given member.

Returns:
Returns true if the object has the given member named member_name, or false if not.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software