Utility method that generates 0_, 1_ suffixes. Subclasses don't
necessarily need to use this algorithm, but it is intended that
they will in most cases.
Namespace:
NHibernate.Loader
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GenerateSuffixes ( _
length As Integer _
) As String() |
C# |
---|
public static string[] GenerateSuffixes(
int length
) |
Visual C++ |
---|
public:
static array<String^>^ GenerateSuffixes(
int length
) |
JavaScript |
---|
NHibernate.Loader.BasicLoader.generateSuffixes = function(length); |
See Also