Table of Contents

Method NotNullNotEmpty

Namespace
SharpVectors.Renderers
Assembly
SharpVectors.Rendering.Wpf.dll

NotNullNotEmpty(string, string)

public static void NotNullNotEmpty(string argObject, string argName)

Parameters

argObject string
argName string

NotNullNotEmpty<E>(IList<E>, string)

public static void NotNullNotEmpty<E>(IList<E> argObject, string argName)

Parameters

argObject IList<E>
argName string

Type Parameters

E