MonobjcMonobjc Documented Class Library
IncreaseLengthBy Method (extraLength)
NamespacesMonobjc.FoundationNSMutableDataIncreaseLengthBy(NSUInteger)

Increases the length of the receiver by a given number of bytes.

Original signature is '- (void)increaseLengthBy:(NSUInteger)extraLength'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void IncreaseLengthBy(
	NSUInteger extraLength
)
Public Overridable Sub IncreaseLengthBy ( _
	extraLength As NSUInteger _
)
public:
virtual void IncreaseLengthBy(
	NSUInteger extraLength
)
Parameters
extraLength (NSUInteger)
The number of bytes by which to increase the receiver's length.
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)