MonobjcMonobjc Documented Class Library
EncodeIntegerForKey Method (intv, key)
NamespacesMonobjc.FoundationNSCoderEncodeIntegerForKey(NSInteger, NSString)

Encodes a given NSInteger and associates it with a given key.

Original signature is '- (void)encodeInteger:(NSInteger)intv forKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EncodeIntegerForKey(
	NSInteger intv,
	NSString key
)
Public Overridable Sub EncodeIntegerForKey ( _
	intv As NSInteger, _
	key As NSString _
)
public:
virtual void EncodeIntegerForKey(
	NSInteger intv, 
	NSString^ key
)
Parameters
intv (NSInteger)
MISSING
key (NSString)
MISSING
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)