Encodes intv and associates it with the string key.
Original signature is '- (void)encodeInt:(int)intv forKey:(NSString *)key'
Available in Mac OS X v10.2 and later.

Declaration Syntax
public virtual void EncodeIntForKey(
int intv,
NSString key
)
Public Overridable Sub EncodeIntForKey ( _
intv As Integer, _
key As NSString _
)
public:
virtual void EncodeIntForKey(
int intv,
NSString^ key
)

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)