System.IO.IsolatedStorage.IsolatedStorageFile.Identities.Identities C# (CSharp) Méthode

Identities() public méthode

public Identities ( object application, object assembly, object domain ) : System.Collections
application object
assembly object
domain object
Résultat System.Collections
			public Identities (object application, object assembly, object domain)
			{
				Application = application;
				Assembly = assembly;
				Domain = domain;
			}
		}
IsolatedStorageFile.Identities