Click or drag to resize
Askia

IResourceFileCollection Interface

Resource file collection

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IResourceFileCollection : IEnumerable<IResourceFile>, 
	IEnumerable

The IResourceFileCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of resource files in the collection
Public propertyItem
Find a resource file by language id
Top
Methods
  NameDescription
Public methodCreate
Create a resource file given its language id
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIResourceFile.)
Public methodRemove
Removes a resource file given its language id
Top
See Also