LanguageResourcesCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of language resources.
The LanguageResourcesCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of language resources in the collection. |
![]() |
Item[Int32] | Gets the language resource with the specified culture identifier (ID). |
![]() |
Item[String] | Gets the language resource with the specified culture name. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Gets an enumerator to iterate through the collection of language resource. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top