eo_mono: make BindingEntityAttribute internal

`BindingEntityAttribute` is used internally to check whether the object is
generated binding classes or not.
API user should use protected `IsGeneratedBindingClass` instead.

Reviewed-by: Felipe Magno de Almeida <felipe@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D10937
This commit is contained in:
Yeongjong Lee 2019-12-20 10:24:29 +00:00 committed by Felipe Magno de Almeida
parent b4846c95a2
commit a56b96d33c
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@ class PrivateNativeClass : NativeClass
AllowMultiple = false,
Inherited = false)
]
public class BindingEntityAttribute: System.Attribute
internal class BindingEntityAttribute: System.Attribute
{
public static bool IsBindingEntity(System.Type t)
{