[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.BufferUtil.MemSet(System.Byte[],System.Byte,System.Int32,System.Int32)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public static void MemSet(
	this byte[] array,
	byte value,
	int startIndex,
	int length
)

Parameters

array
array<Byte>[]()[][]

[Missing <param name="array"/> documentation for "M:fCraft.BufferUtil.MemSet(System.Byte[],System.Byte,System.Int32,System.Int32)"]

value
Byte

[Missing <param name="value"/> documentation for "M:fCraft.BufferUtil.MemSet(System.Byte[],System.Byte,System.Int32,System.Int32)"]

startIndex
Int32

[Missing <param name="startIndex"/> documentation for "M:fCraft.BufferUtil.MemSet(System.Byte[],System.Byte,System.Int32,System.Int32)"]

length
Int32

[Missing <param name="length"/> documentation for "M:fCraft.BufferUtil.MemSet(System.Byte[],System.Byte,System.Int32,System.Int32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter.

See Also