Boo.Lang.Compiler.TypeSystem.ExternalGenericParameter.GetTypeConstraints C# (CSharp) Méthode

GetTypeConstraints() public méthode

public GetTypeConstraints ( ) : IType[]
Résultat IType[]
        public IType[] GetTypeConstraints()
        {
            return Array.ConvertAll<Type, IType>(
                ActualType.GetGenericParameterConstraints(),
                _typeSystemServices.Map);
        }