C# Is there a Print(A.GetType.ToString()); shortcut?

C# Is there a Print(A.GetType.ToString()); shortcut?

I think I am overdoing something. Do you might know the working shortcut (shorter code) to print the type of an object :slightly_smiling_face:

question1.gh (5.9 KB)

I know the following post exists, but that is not what I am looking for :slight_smile:

1 Like

Sorry, my mistake, it is the following

Print(A.GetType().ToString());

Never mind :slight_smile:

:expressionless: