Spark.Mid.MidAttributeFetch.MidAttributeFetch C# (CSharp) Méthode

MidAttributeFetch() public méthode

public MidAttributeFetch ( SourceRange range, MidPath obj, MidType type, ILazy attribute ) : System
range SourceRange
obj MidPath
type MidType
attribute ILazy
Résultat System
        public MidAttributeFetch(
            SourceRange range,
            MidPath obj,
            MidType type,
            ILazy<MidAttributeDecl> attribute)
            : base(range, new MidDummyType())
        {
            _obj = obj;
            _type = Lazy.Value(type);
            _attribute = attribute;
        }

Same methods

MidAttributeFetch::MidAttributeFetch ( SourceRange range, MidPath obj, MidAttributeDecl attribute, ILazyFactory lazyFactory ) : System