Dev2.Composition.ImportServiceContext.ImportServiceContext C# (CSharp) Method

ImportServiceContext() public method

        public ImportServiceContext()
        {
            _value = new object();
            _hash = _value.GetHashCode();
        }