示例#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
        }
示例#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
        }
示例#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
        }