Boo.Lang.Compiler.TypeSystem.ExternalGenericParameter.GetTypeConstraints C# (CSharp) Метод

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

public GetTypeConstraints ( ) : IType[]
Результат IType[]
        public IType[] GetTypeConstraints()
        {
            return Array.ConvertAll<Type, IType>(
                ActualType.GetGenericParameterConstraints(),
                _typeSystemServices.Map);
        }