Catel.IoC.TypeFactory.TypeMetaData.GetConstructors C# (CSharp) Метод

GetConstructors() публичный Метод

public GetConstructors ( ) : List
Результат List
            public List<ConstructorInfo> GetConstructors()
            {
                return GetConstructors(-1, false);
            }

Same methods

TypeFactory.TypeMetaData::GetConstructors ( int parameterCount, bool mustMatchExactCount ) : List
TypeFactory.TypeMetaData::GetConstructors ( int parameterCount, bool mustMatchExactCount, bool decoratedWithInjectionConstructorAttribute ) : List