System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped.DumpInternal C# (CSharp) 메소드

DumpInternal() 개인적인 메소드

private DumpInternal ( ) : void
리턴 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","****************************");
            }
        }
    }