SuperMap.Web.iServerJava6R.ServerFeature.ServerFeature C# (CSharp) Méthode

ServerFeature() public méthode

${iServerJava6R_ServerType_ServerFeature_constructor_D}
public ServerFeature ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public ServerFeature()
        {
            FieldNames = new List<string>();
            FieldValues = new List<string>();
        }