ServiceClientGenerator.Member.DetermineTypeUnmarshallerInstantiate C# (CSharp) Method

DetermineTypeUnmarshallerInstantiate() public method

Determines the type of the unmarshaller for the member
public DetermineTypeUnmarshallerInstantiate ( ) : string
return string
        public string DetermineTypeUnmarshallerInstantiate()
        {
            return this.DetermineTypeUnmarshallerInstantiate(this.data);
        }

Same methods

Member::DetermineTypeUnmarshallerInstantiate ( JsonData extendedData ) : string