Exemplo n.º 1
0
        public Property <int> FindEnumProperty(string path, IBinding binding)
        {
// Explicit generic arguments are required here for Mono builds
// ReSharper disable RedundantTypeArgumentsOfMethod
            return(Context.Find <Property <int> >(this, path, binding, Context.NodeToEnumProperty));
// ReSharper restore RedundantTypeArgumentsOfMethod
        }
Exemplo n.º 2
0
        public Collection FindCollection(string path, IBinding binding)
        {
// Explicit generic arguments are required here for Mono builds
// ReSharper disable RedundantTypeArgumentsOfMethod
            return(Context.Find <Collection>(this, path, binding, Context.NodeToCollection));
// ReSharper restore RedundantTypeArgumentsOfMethod
        }
Exemplo n.º 3
0
        public Delegate FindCommand(string path, IBinding binding)
        {
// Explicit generic arguments are required here for Mono builds
// ReSharper disable RedundantTypeArgumentsOfMethod
            return(Context.Find <Delegate>(this, path, binding, Context.NodeToDelegate));
// ReSharper restore RedundantTypeArgumentsOfMethod
        }