Server.Commands.Properties.InternalGetValue C# (CSharp) Méthode

InternalGetValue() private static méthode

private static InternalGetValue ( object o, PropertyInfo p ) : string
o object
p System.Reflection.PropertyInfo
Résultat string
		private static string InternalGetValue( object o, PropertyInfo p )
		{
			return InternalGetValue( o, p, null );
		}

Same methods

Properties::InternalGetValue ( object o, PropertyInfo p, PropertyInfo chain ) : string