AcManager.Tools.Managers.Online.AcServerEntryWrapper.AcServerEntryWrapper C# (CSharp) Method

AcServerEntryWrapper() public method

public AcServerEntryWrapper ( [ loader, [ initialValue ) : System
loader [
initialValue [
return System
        public AcServerEntryWrapper([NotNull] IAcWrapperLoader loader, [NotNull] AcPlaceholderNew initialValue)
                : base(loader, initialValue) {}
    }
AcServerEntryWrapper