Esempio n. 1
0
 /// <summary>
 /// Gets the descriptor provider to use for this kind of resources.
 /// </summary>
 /// <returns></returns>
 protected abstract DescriptorProvider GetDescriptorProvider(DescriptorProviderSet providerSet);
 /// <summary>
 /// Gets the descriptor provider to use for this kind of resources.
 /// </summary>
 /// <returns></returns>
 protected override DescriptorProvider GetDescriptorProvider(DescriptorProviderSet providerSet)
 {
     return(providerSet.LayoutDescriptors);
 }