DataAccessModule.ParmObject.ParmObject C# (CSharp) Метод

ParmObject() публичный Метод

public ParmObject ( string P_parmName, object P_obj ) : System.Collections.Generic
P_parmName string
P_obj object
Результат System.Collections.Generic
        public ParmObject(string P_parmName, object P_obj)
        {
            ParmName = P_parmName;
            ParmObj = P_obj;
        }
ParmObject