private void CheckIfInitialized()

in Win32/PropertyBag.cs [51:55]


        private void CheckIfInitialized()
        {
            if (nativePropertyBag == null)
                throw new InvalidOperationException("This instance is not bound to an unmanaged IPropertyBag2");
        }