TUP.AsmResolver.NET.Specialized.PropertyDefinition.LoadCache C# (CSharp) Method

LoadCache() public method

public LoadCache ( ) : void
return void
        public override void LoadCache()
        {
            base.LoadCache();
            _getMethod = GetMethod;
            _setMethod = SetMethod;
            _name = Name;
            _propertySig = Signature;
        }