Table of Contents

Delegate SetFileDelegate

Namespace
Hi.Common.XmlUtils
Assembly
HiGeom.dll

Delegate for setting the file path during XML operations.

public delegate void SetFileDelegate(string file)

Parameters

file string

The file path to set

Extension Methods