System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped.DumpInternal C# (CSharp) Method

DumpInternal() private method

private DumpInternal ( ) : void
return void
        private void DumpInternal()
        {
            if (BCLDebug.CheckEnabled("BINARY"))
            {
                String typeString = Converter.ToComType(typeInformation);
                BCLDebug.Trace("BINARY","*****MemberPrimitiveUnTyped*****");
                BinaryUtil.NVTraceI("value ("+typeString+")", value);
                BCLDebug.Trace("BINARY","****************************");
            }
        }
    }