AlbLib.XLD.XLDNavigator.GetSubfileLength C# (CSharp) Méthode

GetSubfileLength() public méthode

public GetSubfileLength ( short index ) : int
index short
Résultat int
		public int GetSubfileLength(short index)
		{
			if(0 > index || index > nEntries)throw new ArgumentOutOfRangeException("index");
			return entriesLengths[index];
		}