コード例 #1
0
ファイル: BindableExpandoType.cs プロジェクト: JoB70/Bifrost
        protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
        {
            var propertyInfo = new CustomPropertyInfo(name, returnType);

            return propertyInfo;
        }
コード例 #2
0
        protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
        {
            var propertyInfo = new CustomPropertyInfo(name, returnType);

            return(propertyInfo);
        }