Imports Microsoft.VisualBasic.Data.IO ''' ''' A descriptor of the specific resource file ''' Public Class NodeMap Public Property resources As List(Of String) Public ReadOnly Property size As Integer Get Return resources.Count End Get End Property End Class