예제 #1
0
            public WeightsDictionary(WeightedIndexSecurity parent)
            {
                if (parent == null)
                {
                    throw new ArgumentNullException(nameof(parent));
                }

                _parent = parent;
            }