Catel.Fody.CatelPropertyWeaver.CatelPropertyWeaver C# (CSharp) Method

CatelPropertyWeaver() public method

public CatelPropertyWeaver ( CatelType catelType, CatelTypeProperty propertyData, MsCoreReferenceFinder msCoreReferenceFinder ) : System
catelType CatelType
propertyData CatelTypeProperty
msCoreReferenceFinder MsCoreReferenceFinder
return System
        public CatelPropertyWeaver(CatelType catelType, CatelTypeProperty propertyData, MsCoreReferenceFinder msCoreReferenceFinder)
        {
            _catelType = catelType;
            _propertyData = propertyData;
            _msCoreReferenceFinder = msCoreReferenceFinder;
        }
        #endregion