Add Custom Methods and Properties to Objects
1. Problem
You have an object and want to add your own custom properties or methods (members) to that object.read more
Types and Objects
1. Problem
You have an instance of an object and want to know what methods and properties it supports.

