You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="bundle">The bundle to retrieve the message from.</param>
252
281
/// <param name="msgWithAttr">The message with attribute</param>
253
282
/// <param name="args">Optional arguments to be passed to the attribute message.</param>
254
-
/// <param name="errors">When this method returns, contains any errors that occured during retrieval, if any.</param>
255
-
/// <param name="message">When this method returns, contains the retrieved attribute message, if it exists.</param>
283
+
/// <param name="errors">When this method returns false, contains a list of errors that occurred while trying to retrieve the message; otherwise, null.</param>
284
+
/// <param name="message">When this method returns true, contains the retrieved message; otherwise, null.</param>
256
285
/// <returns><c>true</c> if the attribute message was successfully retrieved; otherwise, <c>false</c>.</returns>
/// <param name="bundle">The bundle to retrieve the message from.</param>
268
297
/// <param name="id">The identifier of the message.</param>
269
-
/// <param name="attribute">The attribute of the message (optional).</param>
270
-
/// <param name="args">The arguments for the message (optional).</param>
298
+
/// <param name="attribute">Optional attribute of the message.</param>
299
+
/// <param name="args">Optional arguments to be passed to the attribute message.</param>
271
300
/// <param name="errors">When this method returns false, contains a list of errors that occurred while trying to retrieve the message; otherwise, null.</param>
272
301
/// <param name="message">When this method returns true, contains the retrieved message; otherwise, null.</param>
273
302
/// <returns>True if the message was successfully retrieved, otherwise false.</returns>
0 commit comments