csharp: updating UserModel docs.

Reviewers: lauromoura, felipealmeida, segfaultxavi, woohyun

Reviewed By: lauromoura

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8345

Differential Revision: https://phab.enlightenment.org/D10377
This commit is contained in:
Bruno da Silva Belo 2019-10-14 01:06:49 -03:00 committed by Lauro Moura
parent d1e9f8f6d7
commit 1c9f5d4f63
1 changed files with 0 additions and 2 deletions

View File

@ -64,8 +64,6 @@ internal class ModelHelper
/// var model = new Efl.GenericModel<PersonModel>(modelData, parent);
/// PersonModel p = await model.GetAtAsync(0);
/// </code>
///
/// <para>Since EFL 1.24.</para>
/// </summary>
/// <typeparam name="T">The enclosed C# model class with the properties to be added to the native model.</typeparam>
[Efl.Eo.BindingEntity]