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

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

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
)

Parameters

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

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

value
Byte

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

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