Method CreateLocator
CreateLocator(string)
Create IResourceLocator object
선언
public ResourceLocationMap CreateLocator(string providerSuffix = null)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | providerSuffix | If specified, this value will be appeneded to all provider ids. This is used when loading additional catalogs that need to have unique providers. |
반환
| 타입 | 설명 |
|---|---|
| ResourceLocationMap | ResourceLocationMap, which implements the IResourceLocator interface. |