Concept Framework 2.2 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: Sun Jan 27 18:15:17 2013 GMT(c)2013 Devronium Applications