PropertyInterface
Nectunia.PropertyInterface.ExtensionTagList Class Reference

Detailed Description

Allow a Tag list to return the list of its name.

Static Public Member Functions

static string[] ToStringArray (this List< Tag > list)
 Return a string array with the list of all Tag name. More...
 

Member Function Documentation

◆ ToStringArray()

static string [] Nectunia.PropertyInterface.ExtensionTagList.ToStringArray ( this List< Tag list)
static

Return a string array with the list of all Tag name.

Parameters
listthe Tag list source.
Returns
The list of Tag name as a strgin array.