dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

Why is the list of derived classes incomplete?

Open The-Futurist opened this issue 7 years ago • 1 comments

I'm looking at a text file here and .Net tells me the Encoding class is SBCSCodePageEncoding, yet this does not appear in the above documentation as one of the derived encoding classes, why is this?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

The-Futurist avatar Oct 19 '18 20:10 The-Futurist

Because SBCSCodePageEncoding is an internal class. So you might see an instance of it at runtime, but it should not be mentioned in the API reference, because it's an implementation detail.

svick avatar Oct 20 '18 13:10 svick