MonobjcMonobjc Documented Class Library
ResetBytesInRange Method (range)
NamespacesMonobjc.FoundationNSMutableDataResetBytesInRange(NSRange)

Replaces with zeroes the contents of the receiver in a given range.

Original signature is '- (void)resetBytesInRange:(NSRange)range'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ResetBytesInRange(
	NSRange range
)
Public Overridable Sub ResetBytesInRange ( _
	range As NSRange _
)
public:
virtual void ResetBytesInRange(
	NSRange range
)
Parameters
range (NSRange)
The range within the contents of the receiver to be replaced by zeros. The range must not exceed the bounds of the receiver.
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)