Microsoft.Azure.Commands.Batch.Models.PSNameValuePair.PSNameValuePair C# (CSharp) Method

PSNameValuePair() private method

private PSNameValuePair ( Microsoft omObject ) : System
omObject Microsoft
return System
        internal PSNameValuePair(Microsoft.Azure.Batch.NameValuePair omObject)
        {
            if ((omObject == null))
            {
                throw new System.ArgumentNullException("omObject");
            }
            this.omObject = omObject;
        }
        
PSNameValuePair