Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.OptInPhoneNumberResponseUnmarshaller.UnmarshallResult C# (CSharp) Method

UnmarshallResult() private method

private UnmarshallResult ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, OptInPhoneNumberResponse response ) : void
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
response OptInPhoneNumberResponse
return void
        private static void UnmarshallResult(XmlUnmarshallerContext context, OptInPhoneNumberResponse response)
        {
            
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            
            if (context.IsStartOfDocument) 
               targetDepth += 2;
            
            while (context.ReadAtDepth(originalDepth))
            {
                if (context.IsStartElement || context.IsAttribute)
                {

                } 
           }

            return;
        }