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

UnmarshallResult() private method

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

                } 
           }

            return;
        }