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

LoadCache() public method

public LoadCache ( ) : void
return void
        public override void LoadCache()
        {
            this._name = Name;
            this._culture = Culture;
            this._customAttributes = CustomAttributes;
        }