Mono.CSharp.Linq.GroupJoin.GetIntoVariable C# (CSharp) Méthode

GetIntoVariable() protected méthode

protected GetIntoVariable ( ) : RangeVariable
Résultat RangeVariable
		protected override RangeVariable GetIntoVariable ()
		{
			return into;
		}