System.Reflection.Emit.DynamicMethod.RTDynamicMethod.EmptyCAHolder.ICustomAttributeProvider C# (CSharp) Метод

ICustomAttributeProvider() приватный Метод

private ICustomAttributeProvider ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
Результат Object[]
                Object[] ICustomAttributeProvider.GetCustomAttributes(Type attributeType, bool inherit) {
                    return new Object[0];
                }

Same methods

DynamicMethod.RTDynamicMethod.EmptyCAHolder::ICustomAttributeProvider ( bool inherit ) : Object[]
DynamicMethod.RTDynamicMethod.EmptyCAHolder::ICustomAttributeProvider ( Type attributeType, bool inherit ) : bool
DynamicMethod.RTDynamicMethod.EmptyCAHolder