[Missing <summary> documentation for "M:NHibernate.Util.StringHelper.Repeat(System.String,System.Int32)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public static string Repeat( string str, int times ) |
| Visual Basic |
|---|
Public Shared Function Repeat ( _ str As String, _ times As Integer _ ) As String |
| Visual C++ |
|---|
public: static String^ Repeat( String^ str, int times ) |
Parameters
- str
- Type: System..::..String
[Missing <param name="str"/> documentation for "M:NHibernate.Util.StringHelper.Repeat(System.String,System.Int32)"]
- times
- Type: System..::..Int32
[Missing <param name="times"/> documentation for "M:NHibernate.Util.StringHelper.Repeat(System.String,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Util.StringHelper.Repeat(System.String,System.Int32)"]