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

MidAttributeFetch() public méthode

public MidAttributeFetch ( SourceRange range, MidPath obj, MidAttributeDecl attribute, ILazyFactory lazyFactory ) : System
range SourceRange
obj MidPath
attribute MidAttributeDecl
lazyFactory ILazyFactory
Résultat System
        public MidAttributeFetch(
            SourceRange range,
            MidPath obj,
            MidAttributeDecl attribute,
            ILazyFactory lazyFactory )
            : base(range, new MidDummyType())
        {
            _obj = obj;
            _type = lazyFactory.New(() => _attribute.Value.Type);
            _attribute = Lazy.Value(attribute);
        }

Same methods

MidAttributeFetch::MidAttributeFetch ( SourceRange range, MidPath obj, MidType type, ILazy attribute ) : System