Table of Contents

Class DeviceConfigurationExtensions

Namespace
nanoFramework.Tools.Debugger.Extensions
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public static class DeviceConfigurationExtensions
Inheritance
DeviceConfigurationExtensions
Inherited Members

Methods

ValidateIndex<T>(List<T>, uint)

public static bool ValidateIndex<T>(this List<T> collection, uint blockIndex)

Parameters

collection List<T>
blockIndex uint

Returns

bool

Type Parameters

T