Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IEnumerable<IComment> GetCommentsByUser( string userID, int count ) |
Visual Basic |
---|
Function GetCommentsByUser ( _ userID As String, _ count As Integer _ ) As IEnumerable(Of IComment) |
Visual C++ |
---|
IEnumerable<IComment^>^ GetCommentsByUser( String^ userID, int count ) |